Skip to content

Commit

Permalink
Remove stray "==="
Browse files Browse the repository at this point in the history
  • Loading branch information
cuu508 committed Dec 7, 2023
1 parent 20c0c6d commit ea2797d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/concepts/performance.md
Expand Up @@ -88,8 +88,6 @@ model = Model(a=1)
done: bool = False
```

===

## Use tagged union, not union

Tagged union (or discriminated union) is a union with a field that indicates which type it is.
Expand Down

0 comments on commit ea2797d

Please sign in to comment.