We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a1a7d commit bae03edCopy full SHA for bae03ed
api/image.md
@@ -141,7 +141,7 @@ local numberOfBytesPerRow = image.rowStride
141
```
142
143
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
+`image.rowStride * image.height` bytes. It's useful if you are going to
145
get or set the [`Image.bytes`](#imagebytes) property manually.
146
147
## Image.bytesPerPixel
0 commit comments