We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9beca9b + 4788d80 commit 82621a8Copy full SHA for 82621a8
src/printing.jl
@@ -11,7 +11,7 @@ Print a text representation of `tree` to the given `io` object.
11
* `f::Function` - custom implementation of [`printnode`](@ref) to use. Should have the
12
signature `f(io::IO, node; kw...)`.
13
* `g::Function` - custom implementation of [`print_child_key`](@ref) to use. Should have the
14
-signature `g(io::IO, key;)`.
+ signature `g(io::IO, key;)`.
15
* `io::IO` - IO stream to write to.
16
* `tree` - tree to print.
17
* `maxdepth::Integer = 5` - truncate printing of subtrees at this depth.
0 commit comments