Skip to content

Commit 283a52a

Browse files
Fix minor typos in the specification.
1 parent 8843f56 commit 283a52a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/SPECIFICATION.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@
100100

101101
- Decimal digits `2`-`9`
102102

103-
- The punctuation and symbol characters
104-
`/ $ % & ~ _ + | ?`
103+
- The punctuation and symbol characters `/ $ % & ~ _ + | ?`
105104

106105
- Subsequent characters in an identifier MAY be any of the following:
107106

@@ -688,7 +687,7 @@
688687
689688
- `INT: ANY(ANY: a1, ..., ANY: aN)` ; Boolean OR (empty string -> false, non-empty -> true)
690689
691-
- `INT|STR: JOIN(INT|STR: a1, INT|STR: a2, ..., INT|STR: aN)` ; `INT` -> concatenate binary spellings with consistent sign; `STR` -> concatenate strings; mixing `INT` and `STR` or supplying tensors raises an error
690+
- `INT|STR: JOIN(INT|STR: a1, INT|STR: a2, ..., INT|STR: aN)` ; `INT` -> concatenate binary spellings with consistent sign; `STR` -> concatenate strings; mixing `INT` and `STR` or supplying tensors raises an error.
692691
693692
- `INT|FLT: PROD(INT|FLT: a1, ..., INT|FLT: aN)` ; product of the arguments (no mixing `INT`/`FLT`)
694693

0 commit comments

Comments
 (0)