Skip to content

Commit 011c511

Browse files
committed
Tweak printing a bit
1 parent 9af9498 commit 011c511

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/draw.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ function Base.show(io::IO, ::MIME"text/plain", draw::Draw)
3636
print(io, "\n ├─ ")
3737
prms, extrs = parameters(draw), extras(draw)
3838
if isempty(prms)
39-
printstyled(io, "params"; bold=true)
39+
printstyled(io, "parameters"; bold=true)
4040
println(io, " (empty)")
4141
else
42-
printstyled(io, "params"; bold=true)
42+
printstyled(io, "parameters"; bold=true)
4343
print(io, "\n")
4444
vnt_pretty_print(io, prms, "", 0)
4545
println(io)

0 commit comments

Comments
 (0)