Skip to content

Commit daa430a

Browse files
authored
Typo fix (#112)
1 parent 1fbe8e9 commit daa430a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/literate/tls/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ dynamically allocate memory to, and reset them at the end of a code block, just
499499
Julia's stack.
500500
Be warned though that Bumper.jl is (1) a rather young package with (likely) some bugs
501501
and (2) can easily lead to segfaults when used incorrectly. If you can live with the
502-
risk, Bumper.jl is especially useful for causes we don't know ahead of time how large
503-
a matrix to pre-allocate, and even more useful if we want to do many intermediate
502+
risk, Bumper.jl is especially useful for cases where the size of the preallocated matrix
503+
isn't known ahead of time, and even more useful if we want to do many intermediate
504504
allocations on the task, not just one. For our example, this isn't the case but let's
505505
nonetheless how one would use Bumper.jl here.
506506

0 commit comments

Comments
 (0)