[url] Make the textual description for port match the production rule (#49)

The rule says
ZeroOrMore:
  T: any except [/\?#]

But the text fails to mention the number sign. I believe the rule to be the more accurate representation, so I have added the phrasing about a number sign, as used in other parts of the text. Unfortunately, I am not able to compile this spec using bikeshed, so I'm not certain it gives the desired results here.
You can view, comment on, or merge this pull request online at:

  https://github.com/webspecs/url/pull/49

-- Commit Summary --

  * Make the textual description for port match the production rule (# was missing)

-- File Changes --

    M url.bs (1)
    M url.pegjs (1)

-- Patch Links --

https://github.com/webspecs/url/pull/49.patch
https://github.com/webspecs/url/pull/49.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/webspecs/url/pull/49

Received on Thursday, 18 June 2015 13:16:43 UTC