1 parent 71a5305 commit 2ffa0b9Copy full SHA for 2ffa0b9
1 file changed
content/posts/odin-guide.md
@@ -693,9 +693,9 @@ byte := ptr[0]
693
```
694
695
conclusion:
696
-- ``len(str)`` returns the number of bytes.
697
-- ``str[index]`` returns a ``byte``.
698
-- ``for character in str`` iterates over runes.
+- ``len(str)`` returns the number of bytes
+- ``str[index]`` returns a ``byte``
+- ``for character in str`` iterates over runes
699
- ``cstring`` is not indexable
700
701
## Function Pointers / Function Types
0 commit comments