lrhn / dep-configured-imports

Dart Enhancement Proposal for Configurable Imports.
8 stars 1 forks source link

Slightly confusing example in syntax #1

Open sethladd opened 9 years ago

sethladd commented 9 years ago

In the Syntax section, we say "default uri.dart" and that's not clear if the word default is a special word, we actually meant default_uri.dart

Can we remove the spaces in the uri examples or is the space intentional?

Thanks!

lrhn commented 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.