fix(lint): correct reported typos
Zig Project Action / Lint, Spell-check and test zig project (push) Has been cancelled

This commit is contained in:
2026-06-06 20:51:59 +02:00
parent ae666cb436
commit b312c0e2f3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Implementation of a [rope datastructure](https://en.wikipedia.org/wiki/Rope_(dat
Based on the MIT-Licensed implementation of noahbald: https://github.com/noahbald/noe
Please check out his excelent [write up](https://www.noahwbaldwin.me/blogs/writing-an-editor) about the implementation of an editor in zig.
Please check out his excellent [write up](https://www.noahwbaldwin.me/blogs/writing-an-editor) about the implementation of an editor in zig.
Another great resource for ropes has been created by [Zed](https://zed.dev/blog/zed-decoded-rope-sumtree), it is worth reading to further understand the implementation details of this implementation.