Skip to content

Commit

Permalink
[skip-ci] Correct typos in zig.mod.md (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Oct 29, 2024
1 parent fd722b8 commit a0f6057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zig.mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a0f6057

Please sign in to comment.