From d541e0ae057a7c5f71221c42795acf08c484d5eb Mon Sep 17 00:00:00 2001 From: Essam Al Joubori Date: Sun, 14 Dec 2014 20:19:11 -0500 Subject: [PATCH] Fix typo in README.md No comma needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ee940..4c7b763 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ ctrl.benchmarkType = bp.Variables.selected? bp.Variables.selected.value : undefi See the example in `benchmarks/largetable` for full reference. -Variables are optional, and are a no-op as far as benchpress is concerned. Benchpress relies on +Variables are optional and are a no-op as far as benchpress is concerned. Benchpress relies on the benchmark code to read and manipulate variable state to change the actual execution of the steps under test. Benchpress provides this API since mosts tests implement variables of some sort, and Benchpress would have a hard time running tests programmatically with variables without some