Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [jecolon/zigstr](https://github.com/jecolon/zigstr) - Zigstr is a UTF-8 string type for Zig programs.
- [ziglibs/string-searching](https://github.com/ziglibs/string-searching) - String(not limited to []const u8)-searching algorithms in Zig.
- [hwu1001/zig-string](https://github.com/hwu1001/zig-string) - A String struct made for Zig.
- [atman/zg](https://codeberg.org/atman/zg) - zg provides Unicode text processing for Zig projects. It works correctly with the Russian language and other.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The description ends with and other., which is grammatically incomplete and vague. For better clarity, please specify what other refers to, for example, other languages.

Suggested change
- [atman/zg](https://codeberg.org/atman/zg) - zg provides Unicode text processing for Zig projects. It works correctly with the Russian language and other.
- [atman/zg](https://codeberg.org/atman/zg) - zg provides Unicode text processing for Zig projects. It works correctly with the Russian language and other languages.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency and make the list easier to navigate, please ensure all items within a section are sorted alphabetically. atman/zg should be placed at the beginning of the 'String Processing' list, as it comes first alphabetically.


### Parser Library

Expand Down
Loading