tiny doc polish

This commit is contained in:
John Cupitt 2022-03-22 15:38:24 +00:00
parent 75e6906f52
commit 9f351c9c58

View File

@ -95,8 +95,8 @@
* for analogues of the usual set difference and set union operations. * for analogues of the usual set difference and set union operations.
* *
* Use vips_image_new_matrixv() to create a mask in source, vips_matrixload() * Use vips_image_new_matrixv() to create a mask in source, vips_matrixload()
* to load a mask from a simple text file, vips_mask_ideal() and friends to * to load a mask from a simple text file, and vips_mask_ideal() and friends to
* create squarem circular and ring masks of specific sizes. * create square, circular and ring masks of specific sizes.
*/ */
G_DEFINE_ABSTRACT_TYPE( VipsMorphology, vips_morphology, G_DEFINE_ABSTRACT_TYPE( VipsMorphology, vips_morphology,