Skip to content

Commit a029337

Browse files
authored
Merge pull request #1706 from mvasin/patch-1
Fix wording
2 parents f7c2e9c + 43afb2a commit a029337

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)