Skip to content

Commit 8da658f

Browse files
committed
docs: update copy
1 parent b2ffd31 commit 8da658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/benchmark_names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ where `[...]` indicates that the corresponding benchmark name component is optio
116116
- **method**: name of the method being measured (_optional_). A benchmark name **must** only specify a single method name. If included in a benchmark name, this component **must** be prefixed by a single colon `:`. This component is only relevant when measuring the performance of a method or property attached to a package's main export.
117117
- **...param=value**: one or more parameter name-value pairs (_optional_). Each parameter name-value pair **must** be separated by a comma. If included in a benchmark name, this component **must** be prefixed by a single colon `:`. Parameter names **must** be unique. If you imagine a column chart, think of this component as a means of distinguishing columns, and, if you imagine a grouped column chart, think of this component as a means of distinguishing column groups.
118118

119-
As the character sequences `:`, `::`, `,`, and `=` have special meaning in benchmark names, components **must not** include those character sequences, as they are explicitly reserved for delineating components and sub-components (i.e., facets and parameter-value pairs).
119+
As the character sequences `:`, `::`, `,`, and `=` have special meaning in benchmark names, components and sub-components (i.e., facets and parameter-value pairs) **must not** include those character sequences, as they are explicitly reserved for delineating content between and within components.
120120

121121
We use the following as a canonical list of language names:
122122

0 commit comments

Comments
 (0)