Skip to content

Commit dfdec54

Browse files
committed
docs: update upgrade guide
1 parent 2b7d655 commit dfdec54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

upgrade_guide_2.0.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ end
6969

7070
You have two options for upgrading
7171

72-
1. Constrain your type signatures: Use `::AbstractExpressionNode{T,2}` to only accept binary trees, and refuse higher-arity nodes
72+
1. Constrain your type signatures: Use `::AbstractExpressionNode{T,2}` to only
73+
accept binary trees, and refuse higher-arity nodes
7374

7475
```julia
7576
function my_function(tree::AbstractExpressionNode{T,2}) where T

0 commit comments

Comments
 (0)