forked from lix-project/lix
Apply suggestions from code review
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
3411507696
commit
b3433099d4
|
@ -68,11 +68,9 @@ inputs.nixpkgs = {
|
||||||
```
|
```
|
||||||
|
|
||||||
Following [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1),
|
Following [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1),
|
||||||
characters outside of the allowed range (i.e. are neither [reserved
|
characters outside of the allowed range (i.e. neither [reserved characters](https://datatracker.ietf.org/doc/html/rfc3986#section-2.2)
|
||||||
character](https://datatracker.ietf.org/doc/html/rfc3986#section-2.2) or
|
nor [unreserved characters](https://datatracker.ietf.org/doc/html/rfc3986#section-2.3))
|
||||||
[unreserved
|
must be percent-encoded.
|
||||||
characters](https://datatracker.ietf.org/doc/html/rfc3986#section-2.3)) must be
|
|
||||||
percent-encoded.
|
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
|
@ -110,8 +108,7 @@ The semantic of such a path is as follows:
|
||||||
2. The filesystem root (/), or
|
2. The filesystem root (/), or
|
||||||
3. A folder on a different mount point.
|
3. A folder on a different mount point.
|
||||||
|
|
||||||
Contrary to URL-like reference, path-like flake references can contain
|
Contrary to URL-like references, path-like flake references can contain arbitrary unicode characters (except `#` and `?`).
|
||||||
arbitrary unicode characters (except `#` and `?`).
|
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue