Skip to content

Commit cc87d8c

Browse files
committed
chore: fix format
1 parent ad3e8f9 commit cc87d8c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -791,9 +791,10 @@ the strategy and internal decoders.
791791
```
792792

793793
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.
794+
For example, if a custom decoder is defined for the `int4` type, it will be
795+
applied when parsing `int4[]` arrays. If needed, you can have separate custom
796+
decoders for the array and non-array types by defining another custom decoders
797+
for the array type itself.
797798

798799
```ts
799800
{

0 commit comments

Comments
 (0)