Merge branch 'docs-typo-fix' into 'main'

Fix typo in GPOINTER_TO_SIZE documentation

See merge request GNOME/glib!3814
This commit is contained in:
Marco Trevisan 2024-01-10 13:37:39 +00:00
commit 38f5ba3c2f

View File

@ -93,7 +93,7 @@
* The only types that can store pointers as well as integers are #guintptr
* and #gintptr.
*
* See also GPOINTER_TO_TYPE() for #gsize.
* See also GPOINTER_TO_TYPE() for #GType.
*/
/* Byte order {{{1 */