Skip to content

Commit 43afb2a

Browse files
author
Mikhail Vasin
authored
Fix wording
1 parent 13a0e0c commit 43afb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ get '/int' integers: { int: '45' }
896896
### Custom Types and Coercions
897897

898898
Aside from the default set of supported types listed above, any class can be
899-
used as a type so long as an explicit coercion method is supplied. If the type
899+
used as a type as long as an explicit coercion method is supplied. If the type
900900
implements a class-level `parse` method, Grape will use it automatically.
901901
This method must take one string argument and return an instance of the correct
902902
type, or raise an exception to indicate the value was invalid. E.g.,

0 commit comments

Comments
 (0)