Skip to content

Commit f917c58

Browse files
committed
Avoid giving the impression of a complete list.
Listing everything in the abstract would get too long to really be useful for the reader. Instead of trying to add what's omitted (conditional operator, range operators, nil-coalescing operator, maybe others) make it clear that these are examples.
1 parent 032dacb commit f917c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSPL/TSPL.docc/LanguageGuide/BasicOperators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic Operators
22

3-
Perform assignment, arithmetic, comparison, and Boolean operations.
3+
Perform operations like assignment, arithmetic, and comparison.
44

55
An *operator* is a special symbol or phrase that you use to
66
check, change, or combine values.

0 commit comments

Comments
 (0)