From 13c4c81a0f58692eab76a15848bdde2d5c34577e Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Sun, 13 Oct 2019 09:35:26 -0700 Subject: [PATCH] Fix error in comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb7164b..d6fd0d5 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ To waranty binary outputs: . . . - out[n+e-1] * (out[n+e-1] - 1) == 0 + out[n+e-1] * (out[n+e-1] - 1) === 0 */