Skip to content

Commit 04e09aa

Browse files
authored
Fix typo in strategies.md (#508)
1 parent b69fb67 commit 04e09aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/strategies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Without the application of the strategy, in both unstructure and structure opera
172172

173173
```{note}
174174
The handling of subclasses is an opt-in feature for two main reasons:
175-
- Performance. While small and probably negligeable in most cases the subclass handling incurs more function calls and has a performance impact.
175+
- Performance. While small and probably negligible in most cases the subclass handling incurs more function calls and has a performance impact.
176176
- Customization. The specific handling of subclasses can be different from one situation to the other. In particular there is not apparent universal good defaults for disambiguating the union type. Consequently the decision is left to the user.
177177
```
178178

0 commit comments

Comments
 (0)