Skip to content

Commit 7059baf

Browse files
AustinPrivettandyferris
authored andcommitted
Update README.md (#339)
Trigers are scary mythical creatures.
1 parent 11ec063 commit 7059baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ specialized for (potentially immutable) `StaticArray`s. Many of Julia's
137137
built-in method definitions inherently assume mutability, and further
138138
performance optimizations may be made when the size of the array is known to the
139139
compiler. One example of this is by loop unrolling, which has a substantial
140-
effect on small arrays and tends to automatically triger LLVM's SIMD
140+
effect on small arrays and tends to automatically trigger LLVM's SIMD
141141
optimizations. Another way performance is boosted is by providing specialized
142142
methods for `det`, `inv`, `eig` and `chol` where the algorithm depends on the
143143
precise dimensions of the input. In combination with intelligent fallbacks to

0 commit comments

Comments
 (0)