From a8537918bc4ebf6994a2581add7c16ec5578972e Mon Sep 17 00:00:00 2001 From: Matthijs Velsink Date: Sun, 12 May 2024 18:03:27 +0200 Subject: [PATCH] docs: Fix string-utils paragraph heading Commit 425731f7 moved string utils docs to a Markdown file, but one of the paragraph headings was left broken. --- docs/reference/glib/string-utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/glib/string-utils.md b/docs/reference/glib/string-utils.md index 977af4b0c..a1aff8cb2 100644 --- a/docs/reference/glib/string-utils.md +++ b/docs/reference/glib/string-utils.md @@ -18,7 +18,7 @@ Note that the functions [func@GLib.printf], [func@GLib.fprintf], explicitly include `` in order to use the GLib `printf()` functions. -## String precision pitfalls # {#string-precision} +## String precision pitfalls While you may use the `printf()` functions to format UTF-8 strings, notice that the precision of a `%Ns` parameter is interpreted