From 7800f4e2247cbf3eaf5306a7e41ff17130885328 Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Sun, 16 Dec 2018 13:23:40 +0100 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d88e53..b64ab2b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A simple and easy to use command line argument parser library for Zig. ### `StreamingClap` -The `StreamingClap` is base of all the other parsers. It's a streaming parser that uses an +The `StreamingClap` is the base of all the other parsers. It's a streaming parser that uses an `args.Iterator` to provide it with arguments lazily. ```rust @@ -106,7 +106,7 @@ zig-clap/example/comptime-clap.zig:41:18: note: called from here ^ ``` -Ofc, this limits you to use only parameters that are comptime known. +Ofc, this limits you to parameters that are comptime known. ### `help` -- cgit v1.2.3