Closed
Bug 1460643
Opened 7 years ago
Closed 7 years ago
The javascript "label" statment doc has "statements" instead of "statement"
Categories
(Developer Documentation Graveyard :: JavaScript, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dave, Assigned: sheppy)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
That page describes the "label" statement syntax, which is (correctly) "label: statement"
"label" is correctly described.
"statement" is incorrectly described.
It is: "Statements. break can be used with .."
It should be: "Statement. break can be used with .."
I hope you guy get paid big bucks for what you do -- you deserve it.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → eshepherd
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•