Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Fredrik Bagge Carlson <baggepinnen@gmail.com>
  • Loading branch information
oxinabox and baggepinnen committed Feb 25, 2020
1 parent b0610a7 commit cc0e52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Compute `f(args...; kwargs...)`, while making use of the preallocations stored i
This macro is used within code that one might use AutoPreallocation on.
It is used to mark a section to have all its allocations ignored.
They will neither be recorded, nor avoided.
This is useful if internally to the function its allocations are e.g. not nondetermanistic.
This is useful if internally to the function its allocations are e.g. nondeterministic.

## Example:
```julia
Expand Down

0 comments on commit cc0e52f

Please sign in to comment.