Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Minor: Flip descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kjd committed Feb 29, 2016
1 parent 4f9e870 commit d00efaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lgr-1.0.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ code-point-sequence = xsd:token {
pattern = "[0-9A-F]{4,6}( [0-9A-F]{4,6})+"
}

## single code point, or a sequence of code points
## single code point, or a sequence of code points, or empty string
code-point-literal = code-point | code-point-sequence | ""

## code point, sequence, or empty (null)
## code point or sequence only
non-empty-code-point-literal = code-point | code-point-sequence

## code point sent represented in short form
Expand Down

0 comments on commit d00efaf

Please sign in to comment.