diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2020-11-12 17:01:01 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2020-11-12 17:01:01 +0000 |
commit | a8bc60498867226c377cc1fb5d8ee60c6b4625cb (patch) | |
tree | 634162e9e523c6fed3c590f11a44b0405cdcece4 | |
parent | b8927cc6ad866570b100aa71e5aeabd349f439f3 (diff) | |
parent | 234a8cdea08f8cca87a46f9fbba3b4baf4b8bf68 (diff) | |
download | glib-a8bc60498867226c377cc1fb5d8ee60c6b4625cb.tar.gz |
Merge branch 'string-precision-missing-link' into 'master'
Fix broken link syntax in g_vasprintf docs
See merge request GNOME/glib!1747
-rw-r--r-- | glib/gprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gprintf.c b/glib/gprintf.c index 6be85c70f..555a630bc 100644 --- a/glib/gprintf.c +++ b/glib/gprintf.c @@ -257,7 +257,7 @@ g_vsprintf (gchar *string, * @n: the maximum number of bytes to produce (including the * terminating nul character). * @format: a standard printf() format string, but notice - * string precision pitfalls][string-precision] + * [string precision pitfalls][string-precision] * @args: the list of arguments to insert in the output. * * A safer form of the standard vsprintf() function. The output is guaranteed |