Skip to content

Commit e50d6fd

Browse files
Change julia-repl to jldoctest in logging.jl
Co-authored-by: Monica Kumaran <[email protected]>
1 parent 08c87b2 commit e50d6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/logging/logging.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ filtered, before any other work is done to construct the log record data
117117
structure itself.
118118
119119
# Examples
120-
```julia-repl
120+
```jldoctest; setup = :(import Logging)
121121
julia> Logging.LogLevel(0) == Logging.Info
122122
true
123123
```

0 commit comments

Comments
 (0)