w3c / N3

W3C's Notation 3 (N3) Community Group
48 stars 18 forks source link

typo at: https://w3c.github.io/N3/spec/#whitespace #108

Closed pmario closed 1 year ago

pmario commented 1 year ago

It says:

White space (WS production) is used to separate terminals. The amount and type of white space (e.g., newline (%20) or space (%0A)) is only significant within terminals.

I did highlight the elements I think should be the other way around. %20 is space and %0A is newline

william-vw commented 1 year ago

Thanks Mario, fixed now in 86f4634.