Skip to content

Commit

Permalink
Fix typo oreder -> order
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering authored Dec 13, 2023
1 parent e0c3edd commit 877baba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ynca/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class MultiConverter(ConverterBase):
"""
Multiconverter allows to try multiple converters.
This is sometimes needed as value can be a number or enum.
MultiConverter will go through the converters in oreder and the first result will be used.
MultiConverter will go through the converters in order and the first result will be used.
Errors have to be indicated by the converters by throwing an exception (any exception is fine).
"""

Expand Down

0 comments on commit 877baba

Please sign in to comment.