diff options
author | Felix Uhl <iFreilicht@users.noreply.github.com> | 2023-01-26 22:50:36 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-02-07 23:06:14 +0100 |
commit | 32db5e63494436b67d71d9393220dcafc34e5227 (patch) | |
tree | af05e0c901bf42ce5aff0be23dfbf3092ab566de /doc/manual/src/language/operators.md | |
parent | 895dfc656a21f6252ddf48df0d1f215effa04ecb (diff) |
docs: Fix broken anchor link
Diffstat (limited to 'doc/manual/src/language/operators.md')
-rw-r--r-- | doc/manual/src/language/operators.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/language/operators.md b/doc/manual/src/language/operators.md index 1f918bd4d..208d65839 100644 --- a/doc/manual/src/language/operators.md +++ b/doc/manual/src/language/operators.md @@ -116,7 +116,7 @@ The result is a string. [store path]: ../glossary.md#gloss-store-path [store]: ../glossary.md#gloss-store -[Path and string concatenation]: #path-and-string-concatenation +[String and path concatenation]: #string-and-path-concatenation ## Update @@ -133,7 +133,7 @@ If an attribute name is present in both, the attribute value from the latter is Comparison is -- [arithmetic] for [number]s +- [arithmetic] for [number]s - lexicographic for [string]s and [path]s - item-wise lexicographic for [list]s: elements at the same index in both lists are compared according to their type and skipped if they are equal. |