From 5f77b2f5247483828f5d1e101047fba3b8ff12c4 Mon Sep 17 00:00:00 2001 From: PenutChen <94501378+PenutChen@users.noreply.github.com> Date: Tue, 7 Mar 2023 14:02:25 +0800 Subject: [PATCH] Fix typo --- parson.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parson.c b/parson.c index e024332..35c9ccf 100644 --- a/parson.c +++ b/parson.c @@ -64,7 +64,7 @@ #define MAX_NESTING 2048 #ifndef PARSON_DEFAULT_FLOAT_FORMAT -#define PARSON_DEFAULT_FLOAT_FORMAT "%1.17g" /* do not increase precision without incresing NUM_BUF_SIZE */ +#define PARSON_DEFAULT_FLOAT_FORMAT "%1.17g" /* do not increase precision without increasing NUM_BUF_SIZE */ #endif #ifndef PARSON_NUM_BUF_SIZE