From 58045c2ef18cc7912cb712a7c806d5f28fde187a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Dec 2022 07:23:10 -0500 Subject: Avoid using ASCII grave as a quote --- include/serd/serd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/serd/serd.h b/include/serd/serd.h index c1d1a8b1..cc42c842 100644 --- a/include/serd/serd.h +++ b/include/serd/serd.h @@ -478,8 +478,8 @@ serd_node_new_relative_uri(const SerdURI* SERD_NONNULL uri, /** Create a new node by serialising `d` into an xsd:decimal string. - The resulting node will always contain a `.', start with a digit, and end - with a digit (i.e. will have a leading and/or trailing `0' if necessary). + The resulting node will always contain a '.', start with a digit, and end + with a digit (i.e. will have a leading and/or trailing '0' if necessary). It will never be in scientific notation. A maximum of `frac_digits` digits will be written after the decimal point, but trailing zeros will automatically be omitted (except one if `d` is a round integer). -- cgit v1.2.1