1 parent 6595fb6 commit 72b2960Copy full SHA for 72b2960
1 file changed
content/posts/odin-guide.md
@@ -43,7 +43,7 @@ but all the important types are in this type table. Some examples of types that
43
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.
44
45
In odin types are first class, meaning types are values.
46
-This means functions are values and can be assigned like any other value.
+This means procedures (functions) are values and can be assigned like any other value.
47
All types like `int` and `float` are of type `typeid`.
48
49
```odin
0 commit comments