diff --git a/docs/zig.mod.md b/docs/zig.mod.md index 60e3010691f98930c2b6aad7afe98971365b2b0f..aaaf898f18bc7037f59152b747c611a6ac0d9722 100644 --- a/docs/zig.mod.md +++ b/docs/zig.mod.md @@ -102,7 +102,7 @@ This attribute specifies a way to filter when the dependency will be generated i #### Dep `keep` - Type: `string` - Example: `true`|any -This attribute is a manual override for having an external repo that contains no Zig or C code but other files be managed through Zigmod and `deps.zig`. `true` is the only value which will enable this flag. +This attribute is a manual override for having an external repo that contains no Zig or C code but other files be managed through Zigmod and `deps.zig`. `true` is the only value that will enable this flag. #### Dep Overrides There are a number of fields you can add to a `Dep` object that will override it's top-level value. This is most useful in the case where a project you want to use does not have a `zig.mod` manifest. You can then use overrides to define the values for them. The only top-level value you can not override is `dependencies`.