Skip to content

Commit

Permalink
docs: rename to type instability
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 1, 2024
1 parent 5b45a20 commit 9ab07db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ReactantCore/src/ReactantCore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end
`&&` and `||` are short circuiting operations. In the traced version, we replace them with
`&` and `|` respectively.
### Different Types in branches
### Type-Unstable Branches
```julia
@trace if x > 0
Expand Down

0 comments on commit 9ab07db

Please sign in to comment.