Skip to content

Commit

Permalink
Fix docstring syntax for INIT (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed May 24, 2020
1 parent 5a4798b commit fef46bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InitialValues.jl
Expand Up @@ -78,6 +78,7 @@ julia> INIT * 123
julia> foldl(+, 1:3, init=INIT)
6
```
"""
const INIT = TypeOfINIT()

Expand Down

0 comments on commit fef46bc

Please sign in to comment.