From b89abbf2838465e14483b5f916edd94d735d9301 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Fri, 27 Nov 2015 14:44:57 +0200 Subject: [PATCH] Improve a note to appear in the segmented-bar howto --- apps/tests/ui/segmented-bar/segmented-bar-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tests/ui/segmented-bar/segmented-bar-tests.ts b/apps/tests/ui/segmented-bar/segmented-bar-tests.ts index 0b34993fa..7e4da4d6f 100644 --- a/apps/tests/ui/segmented-bar/segmented-bar-tests.ts +++ b/apps/tests/ui/segmented-bar/segmented-bar-tests.ts @@ -95,8 +95,8 @@ export var testSelectedIndexBecomesZeroWhenItemsBoundToNonEmptyArray = function var segmentedBar = views[0]; // // ### Creating segmentedBar.items - // It is important that an items array must get created and filled with items first and - // then assigned to the segmented bar. + // It is important that an items array gets created and filled with + // items first and then assigned to the segmented bar. // ``` JavaScript var items = []; var item1 = new segmentedBarModule.SegmentedBarItem();