Skip to content

Commit bae03ed

Browse files
Tsukina-7mochidacap
authored andcommitted
fix: fix typo in api/image.md
1 parent 46a1a7d commit bae03ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ local numberOfBytesPerRow = image.rowStride
141141
```
142142

143143
Number of bytes for each row in the image. Each image has a total of
144-
`image.rowSide * image.height` bytes. It's useful if you are going to
144+
`image.rowStride * image.height` bytes. It's useful if you are going to
145145
get or set the [`Image.bytes`](#imagebytes) property manually.
146146

147147
## Image.bytesPerPixel

0 commit comments

Comments
 (0)