You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/learn/miscellaneous-examples.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -403,7 +403,7 @@ If the value of `isMember` is true:
403
403
* The `then` block is applied, which specifies that the `membershipNumber` property should be a string with a minimum length of 10 and a maximum length of 10.
404
404
405
405
If the value of `isMember` is anything other than true:
406
-
* The `else` block is applied, which specifies that the `membershipNumber` property can be any string.
406
+
* The `else` block is applied, which specifies that the `membershipNumber` property should be a string with a minimum length of 15.
0 commit comments