KhronosGroup / KhronosGroup/GLSL

Spec HTML rendering issue for unary symbols

Open
#307 5 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.