Skip to content

Commit 730903e

Browse files
Update Readme.md
1 parent 8f77884 commit 730903e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
ReusableFunctions
2-
=================
1+
# ReusableFunctions
32

43
Automated storage and retrieval of results for Julia functions calls.
54
ReusableFunctions is a module of [MADS](http://madsjulia.github.io/Mads.jl).
@@ -34,7 +33,7 @@ julia> f_reuse(1)
3433
1
3534

3635
# function call using ReusableFunctions function
37-
# the second time f_reuse() is called he original function f() is NOT called
36+
# the second time f_reuse() is called the original function f() is NOT called
3837
# the already stored output from the first call is reported
3938
julia> f_reuse(1)
4039
1

0 commit comments

Comments
 (0)