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

Commit e696fc4

Browse files
authored
Merge pull request #1606 from livecode/bugfix-tutorial_parsing
[[ Tutorial ]] Use <value> for default placeholder in property wait
2 parents 1213f23 + 99fd50e commit e696fc4

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)