Skip to content

Commit 2ffa0b9

Browse files
committed
Update odin-guide.md
1 parent 71a5305 commit 2ffa0b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/posts/odin-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,9 @@ byte := ptr[0]
693693
```
694694

695695
conclusion:
696-
- ``len(str)`` returns the number of bytes.
697-
- ``str[index]`` returns a ``byte``.
698-
- ``for character in str`` iterates over runes.
696+
- ``len(str)`` returns the number of bytes
697+
- ``str[index]`` returns a ``byte``
698+
- ``for character in str`` iterates over runes
699699
- ``cstring`` is not indexable
700700

701701
## Function Pointers / Function Types

0 commit comments

Comments
 (0)