Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Sep 19, 2024
1 parent d917281 commit 3f35947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/scripty.smd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For this reason Scripty doesn't have statements or blocks of any kind and can on

More precisely, Scripty expressions are always rooted in a global scope from which the expression navigates fields and calls functions.

All variables available in the glboal scope are prefixed with a `$` which means in turn that all Scripty expressions start with a `$`.
All variables available in the global scope are prefixed with a `$` which means in turn that all Scripty expressions start with a `$`.

### Literals
Scripty supports also a limited set of literals:
Expand Down

0 comments on commit 3f35947

Please sign in to comment.