We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a44ac0 commit d3523f8Copy full SHA for d3523f8
README.md
@@ -61,7 +61,7 @@ process.
61
The extension [`Reader`][Reader] provides a systematic method of
62
retrieving constants of
63
arbitrary data-types by allowing users to register [`Decoder`][Decoder] objects.
64
-To create custom decoder extend [`Decoder<T>`][Decoder] and override the
+To create a custom decoder extend [`Decoder<T>`][Decoder] and override the
65
the method `T read<T>(DartObject obj)`. This method
66
attempts to read a variable of type `T` from the compile-time constant
67
`obj` and returns the result.
0 commit comments