Skip to content

Commit

Permalink
fix footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Oct 12, 2020
1 parent 60c508b commit b169534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/keynames/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,4 @@ But this doesn't account for the fact that Key Names represent a hierarchy and t
With `memcmp`, `/key` is first, because it is the shortest and otherwise equal.
But then we would get `/key.1` not `/key/sub`, because `/ < .` in ASCII.
This cannot happen with zero-bytes as the separator, because there is no byte with a smaller value.
[](#ref-footnote-2)
[](#ref-footnote-3)

0 comments on commit b169534

Please sign in to comment.