Skip to content

Commit e02140e

Browse files
committed
Fix punctuation
1 parent d7217bf commit e02140e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/complex64

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/complex64/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ var z = arr.get( [ 0.0, 0.0 ], 5 );
790790

791791
A few notes:
792792

793-
- If `i` is out-of-bounds, the method throws an error;
793+
- If `i` is out-of-bounds, the method throws an error.
794794
- If a target array cannot accommodate all values (i.e., length of source array plus `i` exceeds the target array length), the method throws an error.
795795
- If provided a [typed array][mdn-typed-array] which shares an [`ArrayBuffer`][mdn-arraybuffer] with the target array, the method will intelligently copy the source range to the destination range.
796796

0 commit comments

Comments
 (0)