aboutsummaryrefslogtreecommitdiff
path: root/api/readme.md
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-23 11:38:14 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-23 11:38:14 +0200
commit7abf9b90666c2400d095212fc66bd600e63134a5 (patch)
tree21defc9e2ead9d9086edea5c7db51de23b5a6fc8 /api/readme.md
parentdc0af0d5fb536cdf0078457d284f09defcfaa0ca (diff)
fix index out of range error + dprint fmt
Diffstat (limited to 'api/readme.md')
-rw-r--r--api/readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/readme.md b/api/readme.md
index 669b53b..6d0da60 100644
--- a/api/readme.md
+++ b/api/readme.md
@@ -599,7 +599,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- code: string
+ code:
+ string;
}
```