Skip to content

Commit

Permalink
Update performance.md: remove stray "===" (#8322)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuu508 committed Dec 7, 2023
1 parent e6798c7 commit 82df2f5
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 82df2f5

Please sign in to comment.