Skip to content

Commit

Permalink
Update README-Syntax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr authored Dec 16, 2024
1 parent 589b7d6 commit f70070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/README-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This sounds a bit confusing, but makes sense.
Methods (and possibly a custom data type) can also be used to generate a classes like API, just look in the [Built-in classes](./README-BuiltIn-Classes.md) section.

Function and callables are defined by the scripts itself. Callables are basically public functions for script interoperability with some more safety checks.
See section [Functions](./README-Functions.md)
See section [Functions](./README-Functions.md).

In combination with map datatype, you can also generate classes like objects in MinitScript language. See section [Classes](./README-Classes.md).

Expand Down

0 comments on commit f70070e

Please sign in to comment.