]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Small fix.
authorBruno Haible <bruno@clisp.org>
Tue, 12 May 2026 13:34:57 +0000 (15:34 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 12 May 2026 13:34:57 +0000 (15:34 +0200)
Reported by <gemmaro.dev@gmail.com> at <https://savannah.gnu.org/bugs/?68125>.

* gettext-tools/doc/gettext.texi (Format Type API): Fix a typo and styling.

gettext-tools/doc/gettext.texi

index 159dfb0f411b75a5b5016c6349ce6d7972f5fd67..50637393c767fabd4e65cafce9d4ee3b1c08eabb 100644 (file)
@@ -6850,7 +6850,7 @@ Returns a @code{NULL} terminated array of the supported format types.
 
 @deftypefun {const char *} po_format_pretty_name (const@tie{}char@tie{}*@var{format_type})
 Returns the pretty name associated with @var{format_type}.  For example,
-it returns ``C#'' when @var{format_type} is ``csharp_format''.
+it returns @code{"C#"} when @var{format_type} is @code{"csharp-format"}.
 Return @code{NULL} if @var{format_type} is not a supported format type.
 @end deftypefun