diff --git a/doc/en/Gdk/Pixbuf.xml b/doc/en/Gdk/Pixbuf.xml index 052b7c99a..a920f83b0 100644 --- a/doc/en/Gdk/Pixbuf.xml +++ b/doc/en/Gdk/Pixbuf.xml @@ -1917,7 +1917,7 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10); Height of the image in pixels. The rowstride is the number of bytes consumed by a single row in the image. Public constructor. - The image must be in RGB format or RGBA format, where each channel takes one byte. + The image must be in RGB format or RGBA format, where each channel takes one byte. @@ -1940,7 +1940,7 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10); Height of the image in pixels. The rowstride is the number of bytes consumed by a single row in the image. Public constructor. - The image must be in RGB format or RGBA format, where each channel takes one byte. + The image must be in RGB format or RGBA format, where each channel takes one byte.