Skip to content

Commit c88aaaf

Browse files
committed
grammar fixes by Bob
1 parent 5237114 commit c88aaaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference-manual/expressions.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,8 +783,8 @@ In addition to single integer indexes, as described in
783783
Multiple indexes can be integer arrays of indexes, lower
784784
bounds, upper bounds, lower and upper bounds, or simply shorthand for
785785
all of the indexes. If the upper bound is smaller than the lower bound,
786-
the range is empty (unlike, e.g. in R). Upper bound and lower bound can be
787-
expressions that evaluate to integer. A complete table of index types is
786+
the range is empty (unlike, e.g., in R). The upper bound and lower bound can be
787+
expressions that evaluate to integer. A complete list of index types is
788788
given in the following table.
789789

790790
##### Indexing Options Table {- #index-types-table}

0 commit comments

Comments
 (0)