Skip to content

Commit 82621a8

Browse files
authored
Merge pull request #150 from asinghvi17/patch-1
Fix typo in `print_tree` docstring
2 parents 9beca9b + 4788d80 commit 82621a8

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)