SQLite Forum

[docsrc] printf.in:99 grammar error
Login

[docsrc] printf.in:99 grammar error

(1) By brickviking on 2024-07-15 11:45:35 [source]

I noticed a small error on the latest revision of branch-3.45, here:

Index: pages/printf.in
==================================================================
--- pages/printf.in
+++ pages/printf.in
@@ -97,5 +97,5 @@
 more than 16 or 26 significant digits.
 The SQLite printf() function only renders the first 16 or 26 significant digits
-because that can be done efficiently and because 16 decimal digits it is sufficient
+because that can be done efficiently and because 16 decimal digits are sufficient
 to distinguish every possible double value.  Use the [decimal extension] to get
 the exact decimal equivalent of double value for the rare cases where that is

Hope this helps.

Cheers, Brickviking
(Post 20)