Skip to content

Commit

Permalink
Fix typo mentioned in PR review:
Browse files Browse the repository at this point in the history
Review: https://github.c m/KSP-KOS/pull/2784#pullrequestreview-522935117
  • Loading branch information
Dunbaratu committed Nov 6, 2020
1 parent dbc6f02 commit a048730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/language/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ operator symbols:
the ``[ ]`` square bracket operator, but exists for backward
compatibility.
* ``,`` -> Separates arguments when calling a function, or parameters
when defiing a function.
when defining a function.
* ``:`` -> The suffix operator. Indicates a suffix of an object is
coming next. Similar to the dot operator in other languages for
denoting a member of an object.
Expand Down

0 comments on commit a048730

Please sign in to comment.