- commit
- 19bc70ddb4d67757857645c7b32a791d4b449c09
- parent
- c3a0d731582d18706339bfbd010899685ccf09d9
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-04-29 15:51
typo
Diffstat
| M | README.md | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
@@ -102,7 +102,7 @@ of the following patterns: 102 102 - **Assignment**: Assign an expression to a name (e.g. `foo = 1`) 103 103 - **Connection**: Create a connection between two nodes. (e.g. ``foo:1 -> 104 104 `dac~` ``)105 -1 - **Include**: Include code from another file (e.g. `include "../foo.xirb"`)-1 105 - **Include**: Include code from another file (e.g. `include "../foo.xipd"`) 106 106 - **Start a function**: (e.g. `foo(a, b) {`) 107 107 - **End a function**: Each function must end with `}` 108 108 - **Return**: Each function must return an expression. This should be the