Skip to content

Commit d3523f8

Browse files
committed
Fixed grammar.
1 parent 2a44ac0 commit d3523f8

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
@@ -61,7 +61,7 @@ process.
6161
The extension [`Reader`][Reader] provides a systematic method of
6262
retrieving constants of
6363
arbitrary data-types by allowing users to register [`Decoder`][Decoder] objects.
64-
To create custom decoder extend [`Decoder<T>`][Decoder] and override the
64+
To create a custom decoder extend [`Decoder<T>`][Decoder] and override the
6565
the method `T read<T>(DartObject obj)`. This method
6666
attempts to read a variable of type `T` from the compile-time constant
6767
`obj` and returns the result.

0 commit comments

Comments
 (0)