From 3641ae4e3873dc51486631f7db1939d228dd54f6 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 2 Dec 2021 01:15:24 -0800 Subject: [PATCH] docs/zig.mod- fix copy for keep attribute --- docs/zig.mod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.54.0