tiny doc polish

This commit is contained in:
John Cupitt 2020-05-19 14:31:22 +01:00
parent b4a9636e51
commit 44db1742fd
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
* to be a slow way to do it. This is where the draw operations come in.
*
* To use these operations, use vips_copy() to make a copy of the image you
* want to modify, to ensure that no one else is using it, then call a
* want to modify to ensure that no one else is using it, then call a
* series of draw operations.
* Once you are done drawing, return to normal use of vips operations. Any time
* you want to start drawing again, you'll need to copy again.