From a0f605723661baecc98a2828e95695d02ecd720c Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 29 Oct 2024 22:10:06 +0200 Subject: [PATCH] [skip-ci] Correct typos in zig.mod.md (#92) --- docs/zig.mod.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zig.mod.md b/docs/zig.mod.md index 739ebd5814ac62a234a1999802e43894cb2a98eb..85eef2e4ad09cff8157bbd6fc2808e14ca8bbcc5 100644 --- a/docs/zig.mod.md +++ b/docs/zig.mod.md @@ -107,12 +107,12 @@ Version types available to each Dep type: - Type: `comma-split string[]` - Example: `windows` - Example: `macos,tvos,ios` -This attribute specifies a way to filter when the dependency will be generated into the contents of `deps.zig`. `only_os` is an inclusive filter in which the dependency will only be in the output if the host target operating system is in the list specified or if this field is ommitted. +This attribute specifies a way to filter when the dependency will be generated into the contents of `deps.zig`. `only_os` is an inclusive filter in which the dependency will only be in the output if the host target operating system is in the list specified or if this field is omitted. #### Dep `except_os` - Type: `comma-split string[]` - Example: `linux` -This attribute specifies a way to filter when the dependency will be generated into the contents of `deps.zig`. `except_os` is an exlusive filter in which the dependency will only be in the output if the host target operating is \*not\* in the list specified or if the field is ommitted. +This attribute specifies a way to filter when the dependency will be generated into the contents of `deps.zig`. `except_os` is an exclusive filter in which the dependency will only be in the output if the host target operating is \*not\* in the list specified or if the field is omitted. #### Dep `keep` - Type: `string` -- 2.54.0