mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Merge pull request #7700 from iFreilicht/patch-1
docs: Fix small formatting errors
This commit is contained in:
commit
c1921514d4
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
| [Equality] | *expr* `==` *expr* | none | 11 |
|
| [Equality] | *expr* `==` *expr* | none | 11 |
|
||||||
| Inequality | *expr* `!=` *expr* | none | 11 |
|
| Inequality | *expr* `!=` *expr* | none | 11 |
|
||||||
| Logical conjunction (`AND`) | *bool* `&&` *bool* | left | 12 |
|
| Logical conjunction (`AND`) | *bool* `&&` *bool* | left | 12 |
|
||||||
| Logical disjunction (`OR`) | *bool* `\|\|` *bool* | left | 13 |
|
| Logical disjunction (`OR`) | *bool* <code>\|\|</code> *bool* | left | 13 |
|
||||||
| [Logical implication] | *bool* `->` *bool* | none | 14 |
|
| [Logical implication] | *bool* `->` *bool* | none | 14 |
|
||||||
|
|
||||||
[string]: ./values.md#type-string
|
[string]: ./values.md#type-string
|
||||||
|
@ -116,7 +116,7 @@ The result is a string.
|
||||||
[store path]: ../glossary.md#gloss-store-path
|
[store path]: ../glossary.md#gloss-store-path
|
||||||
[store]: ../glossary.md#gloss-store
|
[store]: ../glossary.md#gloss-store
|
||||||
|
|
||||||
[Path and string concatenation]: #path-and-string-concatenation
|
[String and path concatenation]: #string-and-path-concatenation
|
||||||
|
|
||||||
## Update
|
## Update
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue