Skip to content

Commit 99f98dd

Browse files
special/exp.jl: fix broken jldoctest block (#39610)
This was introduced in 0097bdd.
1 parent 4a3537b commit 99f98dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/special/exp.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ Compute the natural base exponential of `x`, in other words ``e^x``.
270270
```jldoctest
271271
julia> exp(1.0)
272272
2.718281828459045
273+
```
273274
""" exp(x::Real)
274275

275276

0 commit comments

Comments
 (0)