We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3e8f9 commit cc87d8cCopy full SHA for cc87d8c
1 file changed
docs/README.md
@@ -791,9 +791,10 @@ the strategy and internal decoders.
791
```
792
793
The driver takes care of parsing the related `array` OID types automatically.
794
-For example, if a custom decoder is defined for the `int4` type, it will be applied
795
-when parsing `int4[]` arrays. If needed, you can have separate custom decoders for the
796
-array and non-array types by defining another custom decoders for the array type itself.
+For example, if a custom decoder is defined for the `int4` type, it will be
+applied when parsing `int4[]` arrays. If needed, you can have separate custom
+decoders for the array and non-array types by defining another custom decoders
797
+for the array type itself.
798
799
```ts
800
{
0 commit comments