Skip to content

Commit

Permalink
Merge pull request #2090 from nickanderson/syntax-error-2019-03-25/3.10
Browse files Browse the repository at this point in the history
Fixed syntax error in example (3.10)
  • Loading branch information
nickanderson committed Mar 25, 2019
2 parents 5ca3507 + d1a1964 commit 75b4fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/functions.markdown
Expand Up @@ -28,7 +28,7 @@ true. If the function evaluates to false, then the class remains unchanged.
{
vars:
"five" int => "5";
"seven" " int => "7";
"seven" int => "7";
classes:
"ok" expression => islessthan("$(five)","$(seven)");
Expand Down

0 comments on commit 75b4fea

Please sign in to comment.