Skip to content

Commit aae9a51

Browse files
committed
add a wee bit of docs
1 parent ae1f4e4 commit aae9a51

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
@@ -268,7 +268,7 @@ lbc = GeneralLazyBufferCache(function (p)
268268
end)
269269
```
270270

271-
then `lbc[p]` will be smart and reuse the caches. A full example looks like the following:
271+
then `lbc[p]` (or, equivalently, `get_tmp(lbc, p)`) will be smart and reuse the caches. A full example looks like the following:
272272

273273
```julia
274274
using Random, DifferentialEquations, LinearAlgebra, Optimization, OptimizationNLopt,

0 commit comments

Comments
 (0)