Skip to content

Commit e0625c1

Browse files
authored
Fix failing doctest (#96)
1 parent 5e5513a commit e0625c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parsing.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Parse the string and return a `Measurement{Float64}` object.
6060
Examples of valid strings and the resulting `Measurement{Float64}` are:
6161
6262
```jldoctest
63+
julia> using Measurements
64+
6365
julia> measurement("-123.4(56)")
6466
-123.4 ± 5.6
6567

0 commit comments

Comments
 (0)