joomla / coding-standards

Joomla Coding Standards Definition
https://developer.joomla.org/coding-standards/basic-guidelines.html
GNU General Public License v2.0
128 stars 129 forks source link

s/brace/bracket - correct terminology #265

Closed PhilETaylor closed 3 years ago

PhilETaylor commented 4 years ago

} is a brace

) is a bracket

The changes line is talking about the closing bracket at the end of the function parameters

wilsonge commented 3 years ago

Thanks!