From 9ed0ce21df585add54be3b29f4cb5df925bd6d2d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 29 Feb 2024 13:58:53 +0000 Subject: [PATCH] docs: Fix a typo in the macros docs page Signed-off-by: Philip Withnall --- docs/reference/glib/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/glib/macros.md b/docs/reference/glib/macros.md index 2e5dc2793..2fea9db75 100644 --- a/docs/reference/glib/macros.md +++ b/docs/reference/glib/macros.md @@ -115,7 +115,7 @@ language and platform features. rather than a `long`). -## Array Utilties +## Array Utilities `G_N_ELEMENTS(array)` : Determines the number of elements in an array. The array must be