mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
doc/manual: Fix some broken fragments
(cherry picked from commit 071ddbed57
)
# Conflicts:
# doc/manual/src/language/operators.md
This commit is contained in:
parent
e0c8b0fc4f
commit
9ee4a85a99
6 changed files with 12 additions and 7 deletions
|
@ -32,8 +32,13 @@
|
|||
[string]: ./types.md#type-string
|
||||
[path]: ./types.md#type-path
|
||||
[number]: ./types.md#type-float
|
||||
<<<<<<< HEAD
|
||||
[list]: ./types.md#list
|
||||
[attribute set]: ./types.md#attribute-set
|
||||
=======
|
||||
[list]: ./types.md#type-list
|
||||
[attribute set]: ./types.md#type-attrs
|
||||
>>>>>>> 071ddbed5 (doc/manual: Fix some broken fragments)
|
||||
|
||||
<!-- TODO(@rhendric, #10970): ^ rationalize number -> int/float -->
|
||||
|
||||
|
@ -59,7 +64,7 @@ The result is a [Boolean] value.
|
|||
|
||||
See also: [`builtins.hasAttr`](@docroot@/language/builtins.md#builtins-hasAttr)
|
||||
|
||||
[Boolean]: ./types.md#type-boolean
|
||||
[Boolean]: ./types.md#type-bool
|
||||
|
||||
[Has attribute]: #has-attribute
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue