From ba74d5d65ad17749f7c32e6f9f8e896085f3cdc4 Mon Sep 17 00:00:00 2001 From: vurtun Date: Sat, 26 Dec 2020 01:34:18 +0100 Subject: [PATCH] remove invalid copy & pasted Readme text --- sdefl.h | 2 +- sinfl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdefl.h b/sdefl.h index a59bc28..b622527 100644 --- a/sdefl.h +++ b/sdefl.h @@ -26,7 +26,7 @@ and the API of the library without including the implementation of the library. Implementation mode: If you define `SDEFL_IMPLEMENTATION` before including this file, it will -compile the implementation of the JSON parser. Make sure that you only include +compile the implementation . Make sure that you only include this file implementation in *one* C or C++ file to prevent collisions. ### Benchmark diff --git a/sinfl.h b/sinfl.h index 423733d..f0525a0 100644 --- a/sinfl.h +++ b/sinfl.h @@ -26,7 +26,7 @@ and the API of the library without including the implementation of the library. Implementation mode: If you define `SINFL_IMPLEMENTATION` before including this file, it will -compile the implementation of the JSON parser. Make sure that you only include +compile the implementation. Make sure that you only include this file implementation in *one* C or C++ file to prevent collisions. ### Benchmark