Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Sep 19, 2024
1 parent 325466d commit a4b84dc
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 @@ -72,7 +72,7 @@ Navigating fields of structured values can be done with `.` concatenation:

Functions can be called with `()`.

Any argument can be palced between the parenthesis and separated with a `,` (trailing commas are allowed). Arguments can be both literals and other Scripty expressions.
Any argument can be placed between the parenthesis and separated with a `,` (trailing commas are allowed). Arguments can be both literals and other Scripty expressions.

- `$foo.bar.qux()`
- `$foo.bar.qux('arg1', "arg2")`
Expand Down

0 comments on commit a4b84dc

Please sign in to comment.