Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
bombillazo committed Feb 18, 2024
1 parent ad3e8f9 commit cc87d8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,9 +791,10 @@ the strategy and internal decoders.
```

The driver takes care of parsing the related `array` OID types automatically.
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 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
for the array type itself.

```ts
{
Expand Down

1 comment on commit cc87d8c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No typecheck tests failure

This error was most likely caused by incorrect type stripping from the SWC crate

Please report the following failure to https://github.com/denoland/deno with a reproduction of the current commit

Failure log

Please sign in to comment.