Skip to content

Commit

Permalink
Add missing punctuator names
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Aug 4, 2023
1 parent b7c425d commit dca5689
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lexical-elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ The following names are used when referring to :t:`[punctuator]s`:
- Equals
* - :dp:`fls_9gdyw71dl25`
- ``==``
- Equals equals
- Equals equals, logical equality
* - :dp:`fls_sp8ufz28l9w3`
- ``!=``
- Not equals
Expand All @@ -355,10 +355,10 @@ The following names are used when referring to :t:`[punctuator]s`:
- Less than
* - :dp:`fls_ui40thspgyav`
- ``>=``
- Greater than equals
- Greater than equals, greater than or equal to
* - :dp:`fls_h33qzachmimc`
- ``<=``
- Less than equals
- Less than equals, less than or equal to
* - :dp:`fls_13ud1clgdnyv`
- ``@``
- At
Expand Down Expand Up @@ -388,7 +388,7 @@ The following names are used when referring to :t:`[punctuator]s`:
- Colon
* - :dp:`fls_9dd9479zzq30`
- ``::``
- Path separator
- Colon colon, path separator
* - :dp:`fls_kwsu9d3ppv3f`
- ``->``
- Right arrow
Expand Down

0 comments on commit dca5689

Please sign in to comment.