From 5b4531c4d588ef4a7a8ef928bc3265b000e21772 Mon Sep 17 00:00:00 2001 From: Hypnos Phi Date: Thu, 22 Apr 2021 19:24:22 +0200 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was cyrillic с instead of latin c --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5d72250..e0f04a2 100644 --- a/Readme.md +++ b/Readme.md @@ -68,7 +68,7 @@ $ ./node-v6.13.0-linux-x64/bin/node example.safe-buffer.js ``` See the problem? Adding in `safe-buffer` _magically removes the lint warning_, but the behavior -remains identiсal to what we had before, and when launched on Node.js 6.x LTS — this dumps out +remains identical to what we had before, and when launched on Node.js 6.x LTS — this dumps out chunks of uninitialized memory. _And this code will still emit runtime warnings on Node.js 10.x and above._