Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 99fd50e

Browse files
committed
[[ Tutorial ]] Use <value> for default placeholder in property wait
<token> does not allow empty ("") whereas <value> does, and clearly "" is a useful default value for `wait until ... is changed`
1 parent dfa3859 commit 99fd50e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/palettes/tutorial/revtutorial.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ on revTutorialParseWait pTokens, @rData
674674
return empty
675675
end if
676676

677-
revTutorialParseSubexpression "the <token> of <object> is changed with default <token>", pTokens, tToken, tCondition
677+
revTutorialParseSubexpression "the <token> of <object> is changed with default <value>", pTokens, tToken, tCondition
678678

679679
if the result is empty then
680680
put "property" into rData["wait condition"]

0 commit comments

Comments
 (0)