Skip to content

Commit be249d9

Browse files
hiroppyMylesBorins
authored andcommitted
benchmark: fix "comparisons"' typo
PR-URL: #21085 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Lance Ball <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 29c35bd commit be249d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/compare.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ options(width = 200);
107107
print(statistics);
108108
cat("\n")
109109
cat(sprintf(
110-
"Be aware that when doing many comparisions the risk of a false-positive
111-
result increases. In this case there are %d comparisions, you can thus
110+
"Be aware that when doing many comparisons the risk of a false-positive
111+
result increases. In this case there are %d comparisons, you can thus
112112
expect the following amount of false-positive results:
113113
%.2f false positives, when considering a 5%% risk acceptance (*, **, ***),
114114
%.2f false positives, when considering a 1%% risk acceptance (**, ***),

0 commit comments

Comments
 (0)