Open sethladd opened 9 years ago
I will change the space to an underscore. The space is not signficant, it just matches the two previous example URIs: "some uri.dart" and "other uri.dart". Since spaces are not allowed in URI references, changing it to underscore is probably better.
In the Syntax section, we say
"default uri.dart"
and that's not clear if the worddefault
is a special word, we actually meantdefault_uri.dart
Can we remove the spaces in the uri examples or is the space intentional?
Thanks!