Skip to content

Commit

Permalink
Typo fix (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
stillyslalom authored Jun 19, 2024
1 parent 1fbe8e9 commit daa430a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/literate/tls/tls.md
Original file line number Diff line number Diff line change
@@ -499,8 +499,8 @@ dynamically allocate memory to, and reset them at the end of a code block, just
Julia's stack.
Be warned though that Bumper.jl is (1) a rather young package with (likely) some bugs
and (2) can easily lead to segfaults when used incorrectly. If you can live with the
risk, Bumper.jl is especially useful for causes we don't know ahead of time how large
a matrix to pre-allocate, and even more useful if we want to do many intermediate
risk, Bumper.jl is especially useful for cases where the size of the preallocated matrix
isn't known ahead of time, and even more useful if we want to do many intermediate
allocations on the task, not just one. For our example, this isn't the case but let's
nonetheless how one would use Bumper.jl here.

0 comments on commit daa430a

Please sign in to comment.