summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2023-04-23 19:43:26 -0400
committerDave Gauer <dave@ratfactor.com>2023-04-23 19:43:26 -0400
commit2775d21ed09c3dda300ac9127a305eb89dd5cb1c (patch)
treece86fc98f22a775d343b123f14c9dbdae08b3a5f
parent960da57e68f4c8f384a77220a39a211cac502da8 (diff)
Another README coverage list edit
I still had C interop under stdlib, which it isn't.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60c4ee2..554cbbe 100644
--- a/README.md
+++ b/README.md
@@ -191,10 +191,10 @@ Zig Core Language
* [ ] Async <--- ironically awaiting upstream Zig updates
* [X] Interfaces
* [X] Bit manipulation
+* [X] Working with C
Zig Standard Library
-* [X] Working with C
* [X] String formatting
## Contributing