Skip to content

Commit ef18720

Browse files
committed
Fix minor typo
1 parent 07fec56 commit ef18720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/source/behavior/arrays/construction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ numbers:
7171
1.0:5.0 // {1.0, 2.0, 3.0, 4.0, 5.0}
7272
7373
Note, care should be taken when vectors of reals in this way since
74-
issues with floating point representations may result in the vector no
74+
issues with floating point representations may result in the vector not
7575
including the final value. The following alternatives are also
7676
available (and probably more robust):
7777

0 commit comments

Comments
 (0)