mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Fix few duplicate word occurrences (#11381)
This commit is contained in:
parent
8e63dc4455
commit
cb4b9be458
6 changed files with 7 additions and 7 deletions
|
@ -90,7 +90,7 @@ This representation is extensible and preserves the ordering:
|
|||
|
||||
## Self-describing values
|
||||
|
||||
As described in the previous section, it's crucial that schemas can be extended with with new fields without breaking compatibility.
|
||||
As described in the previous section, it's crucial that schemas can be extended with new fields without breaking compatibility.
|
||||
However, that should *not* mean we use the presence/absence of fields to indicate optional information *within* a version of the schema.
|
||||
Instead, always include the field, and use `null` to indicate the "nothing" case.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue