Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jun 13, 2023
2 parents 54ed311 + 1961f4d commit 4bd530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ once with different implementations, an error will be thrown.
- `typed.convert(value: *, type: string) : *`

Convert a value to another type. Only applicable when conversions have
been added with `typed.addConversion()` and/or `typed.addConversion()`
been added with `typed.addConversion()` and/or `typed.addConversions()`
(see below in the method list).
Example:

Expand Down

0 comments on commit 4bd530e

Please sign in to comment.