summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-10-13 22:13:52 -0700
committerRich Trott <rtrott@gmail.com>2019-10-15 06:39:52 -0700
commited5eaa0495fb54f3a29c39d0d4eefd5e258f5b05 (patch)
tree00b66589027ea1ce8d5b72a723818d2959e5dcaf /benchmark
parent6afed1dc853cf2b040502d858caadc17575a7fdf (diff)
downloadandroid-node-v8-ed5eaa0495fb54f3a29c39d0d4eefd5e258f5b05.tar.gz
android-node-v8-ed5eaa0495fb54f3a29c39d0d4eefd5e258f5b05.tar.bz2
android-node-v8-ed5eaa0495fb54f3a29c39d0d4eefd5e258f5b05.zip
doc: prepare miscellaneous docs for new markdown lint rules
Prepare the final few documents that haven't been updated to always use `[]` with reference links and to escape `[` and `]` for things that aren't links in markdown files. PR-URL: https://github.com/nodejs/node/pull/29963 Reviewed-By: Masashi Hirano <shisama07@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index 1e82614dbb..45256670fd 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -74,7 +74,7 @@ The common.js module is used by benchmarks for consistency across repeated
tasks. It has a number of helpful functions and properties to help with
writing benchmarks.
-### createBenchmark(fn, configs[, options])
+### createBenchmark(fn, configs\[, options\])
See [the guide on writing benchmarks](../doc/guides/writing-and-running-benchmarks.md#basics-of-a-benchmark).