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.
@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