Skip to content

Commit 4788d80

Browse files
authored
Fix typo in print_tree docstring
This should stop the list of arguments from breaking
1 parent 9beca9b commit 4788d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/printing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Print a text representation of `tree` to the given `io` object.
1111
* `f::Function` - custom implementation of [`printnode`](@ref) to use. Should have the
1212
signature `f(io::IO, node; kw...)`.
1313
* `g::Function` - custom implementation of [`print_child_key`](@ref) to use. Should have the
14-
signature `g(io::IO, key;)`.
14+
signature `g(io::IO, key;)`.
1515
* `io::IO` - IO stream to write to.
1616
* `tree` - tree to print.
1717
* `maxdepth::Integer = 5` - truncate printing of subtrees at this depth.

0 commit comments

Comments
 (0)