patcg-individual-drafts / topics

The Topics API
https://patcg-individual-drafts.github.io/topics/
Other
605 stars 199 forks source link

"Unless stated otherwise it is unset." should be "false" #180

Closed domenic closed 1 year ago

domenic commented 1 year ago

Background: "flags" that are "unset" or "set" are an older spec concept that sometimes appears. These days we use booleans that are false or true.

Probably you copied a bit of the flag language into the spec. Instead, use the boolean language.