From be249d9eb5972ab08b09733d9a3608dcd27ef86d Mon Sep 17 00:00:00 2001 From: Yuta Hiroto Date: Sat, 2 Jun 2018 00:30:17 +0900 Subject: [PATCH] benchmark: fix "comparisons"' typo PR-URL: https://github.com/nodejs/node/pull/21085 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Lance Ball Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Richard Lau --- benchmark/compare.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/compare.R b/benchmark/compare.R index 1527d680c38182..7a0c89af3de4c5 100644 --- a/benchmark/compare.R +++ b/benchmark/compare.R @@ -107,8 +107,8 @@ options(width = 200); print(statistics); cat("\n") cat(sprintf( -"Be aware that when doing many comparisions the risk of a false-positive -result increases. In this case there are %d comparisions, you can thus +"Be aware that when doing many comparisons the risk of a false-positive +result increases. In this case there are %d comparisons, you can thus expect the following amount of false-positive results: %.2f false positives, when considering a 5%% risk acceptance (*, **, ***), %.2f false positives, when considering a 1%% risk acceptance (**, ***),