From f2b48ede4c96451dfa2b515bf15853f56a47407f Mon Sep 17 00:00:00 2001 From: Nexus Web Development Date: Mon, 23 Dec 2019 11:35:09 -0500 Subject: [PATCH] Update JsonStream.md : simple typo (#413) Exemple to example. --- doc/JsonStream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/JsonStream.md b/doc/JsonStream.md index 57f12818..9d4c1578 100644 --- a/doc/JsonStream.md +++ b/doc/JsonStream.md @@ -177,7 +177,7 @@ To use concurrency mode, tell the compiler to enable threading mode: **Note:** The JsonStream API remains the same whether you are using the threaded version or not. ## Example -Here is a simple exemple, using single header simdjson: +Here is a simple example, using single header simdjson: ```cpp #include "simdjson.h" #include "simdjson.cpp"