KhronosGroup / KhronosGroup/GLSL
Spec HTML rendering issue for unary symbols
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 458
- Forks
- 114
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
In the section 5.9 Expressions:
The arithmetic unary operators plus (*), negate (*-*), post- and pre-increment and decrement (*--* and *+)
I'm guessing that should be:
The arithmetic unary operators plus (+), negate (-), post- and pre-increment and decrement (-- and ++)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review section 5.9, Expressions, in the specification HTML source. Compare the displayed unary-operator symbols with the correction in the issue. Done means the section renders plus (+), negate (-), and the post- and pre-increment/decrement symbols (-- and ++), with the surrounding text unchanged.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100