0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #260069 from doronbehar/doc/mkOptionType.typo

nixos/doc/mkOptionType: small typo fix
This commit is contained in:
Lin Jian 2023-10-10 15:23:08 +08:00 committed by GitHub
commit a75d4a5fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -528,7 +528,7 @@ The only required parameter is `name`.
: A string representation of the type function name. : A string representation of the type function name.
`definition` `description`
: Description of the type used in documentation. Give information of : Description of the type used in documentation. Give information of
the type and any of its arguments. the type and any of its arguments.