Misc/Moelang.md
... ...
@@ -18,6 +18,6 @@
18 18
- Reference instead of copy
19 19
- `?`
20 20
- Optional (can be `null`)
21
-- Type1(paramX:TypeX*)
21
+- `Type1(<paramX:TypeX>*)`
22 22
- Callable with params
23 23
- Example Int(x: Int, y: Int) - a function with parameters x: Int, and y: Int, which returns Int
... ...
\ No newline at end of file