Skip to content

Commit 72b2960

Browse files
committed
Update odin-guide.md
1 parent 6595fb6 commit 72b2960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/posts/odin-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ but all the important types are in this type table. Some examples of types that
4343
But to be fair, you do not need to know what these types all are, i just mentioned them so that you know they exist.
4444

4545
In odin types are first class, meaning types are values.
46-
This means functions are values and can be assigned like any other value.
46+
This means procedures (functions) are values and can be assigned like any other value.
4747
All types like `int` and `float` are of type `typeid`.
4848

4949
```odin

0 commit comments

Comments
 (0)