From 96a43b6159a4f28639b032d7580b6a369f679066 Mon Sep 17 00:00:00 2001 From: Monica Kumaran Date: Sun, 23 Mar 2025 14:17:42 -0700 Subject: [PATCH] jldoctest complete in logging.jl --- base/logging/logging.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/logging/logging.jl b/base/logging/logging.jl index a1a8417bcb388..afbb09c16e88a 100644 --- a/base/logging/logging.jl +++ b/base/logging/logging.jl @@ -117,7 +117,7 @@ filtered, before any other work is done to construct the log record data structure itself. # Examples -```julia-repl +```jldoctest julia> Logging.LogLevel(0) == Logging.Info true ```