Closed
Bug 1249852
Opened 10 years ago
Closed 8 years ago
Incorrect documentation in Function definition
Categories
(Developer Documentation Graveyard :: Learning Area, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: blakehschwartz, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
Under the Functions category, the following text appears:
If you see something that looks like a variable name, but has brackets — () — after it, it is probably a function. Functions often take arguments — bits of data they need to do their job. These go inside the brackets, separated by commas if there is more than one item.
The use of the word 'brackets' instead of 'parentheses' will confuse many people new to programming.
I recreated this bug (in that I found the location of the error and I agree that it's confusing!). I will be implementing the proposed change.
Comment 2•8 years ago
|
||
This was changed
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•