pedropark99 / zig-book

An open, technical and introductory book for the Zig programming language
https://pedropark99.github.io/zig-book/
Other
590 stars 21 forks source link

Fix typo in 01-zig-weird.qmd #63

Closed kurz-m closed 1 month ago

kurz-m commented 1 month ago

Fixed a typo in chapter 1

I found a small typo in chapter one, where you were talking about "How strings work in Zig?"

I change from this:

Zig always assumes that this sequence of bytes is UTF-8 encoded. This might not be true for every sequence of bytes you have it, ...

To this:

Zig always assumes that this sequence of bytes is UTF-8 encoded. This might not be true for every sequence of bytes you're working with, ...

pedropark99 commented 1 month ago

Hey @kurz-m ! Thank you very much for your contribution ❤️