Skip to content

Commit b9fc81b

Browse files
Merge pull request #1777 from bartlannoeye/Issue-1754
Corrected code comment
2 parents 5d71c97 + 8971944 commit b9fc81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-apps-src/design/layout/layouts-with-xaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ This example does the same thing as the previous example, but uses the simplifie
201201
<VisualState>
202202
<VisualState.StateTriggers>
203203
<!-- VisualState to be triggered when the
204-
window width is >=720 effective pixels. -->
204+
window width is >=640 effective pixels. -->
205205
<AdaptiveTrigger MinWindowWidth="640" />
206206
</VisualState.StateTriggers>
207207

0 commit comments

Comments
 (0)