1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 06:21:14 +02:00

annotate admonitions showing syntax

also fix typos
This commit is contained in:
Valentin Gagarin 2023-10-10 00:32:36 +02:00
parent 4b1a97338f
commit 1e1f08c045
3 changed files with 22 additions and 2 deletions

View file

@ -2,7 +2,7 @@
> **Syntax**
>
> *lookup-path* = `<` *identifier* [ `/` *identifier* `]`... `>`
> *lookup-path* = `<` *identifier* [ `/` *identifier* ]... `>`
A lookup path is an identifier with an optional path suffix that resolves to a [path value](@docroot@/language/values.md#type-path) if the identifier matches a search path entry.