Skip to content

Commit

Permalink
review: Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Mesterton-Gibbons <sam.mesterton-gibbons@bbc.co.uk>
  • Loading branch information
philipnbbc and samdbmg committed Jan 2, 2025
1 parent 7be2e12 commit ff4010a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appnotes/0008-timestamps-in-TAMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ A `[` or `]` indicates that the bound is inclusive, and a `(` or `)` indicates t
An implementation needs to handle both cases where markers are and aren't omitted.
* An empty TimeRange should be represented using `()` rather than an empty string.
Adding the exclusive markers makes it clearer that it is a TimeRange.
* An eternal TimeRange shoule be represented as `_`, omitting the markers.
* An eternal TimeRange should be represented as `_`, omitting the markers.
* A TimeRange may consist of a single Timestamp, either with inclusive markers or no markers.
Markers should be included for a single Timestamp to makes it clear that it is a TimeRange.
* A TimeRange should be treated as an empty TimeRange by implementations if the end is before the start, or the start and end are equal and either has an exclusive marker.
Expand Down

0 comments on commit ff4010a

Please sign in to comment.