Merge pull request #2239 from akash-akya/update-doc

Minor doc correction
This commit is contained in:
John Cupitt 2021-05-05 15:37:20 +01:00 committed by GitHub
commit 3d142f87b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1712,7 +1712,7 @@ vips_image_set_double( VipsImage *image, const char *name, double d )
*
* Gets @out from @im under the name @name.
* The field must be of type
* G_STRING, VIPS_TYPE_REFSTRING.
* G_TYPE_STRING, VIPS_TYPE_REF_STRING.
*
* Do not free @out.
*