Skip to content

Commit 9efcfe1

Browse files
authored
Core: Fix typo in comment about abbreviating labels
Closes #1817.
1 parent a8e1436 commit 9efcfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ function runEach (data, eachFn) {
956956
// space hack.
957957
// * Unambigious. While technical uniqueness is a hard requirement above,
958958
// we also want the labels to be obvious and unambiguous to humans.
959-
// For example, abbrebating "foobar" and "foobaz" to "f" and "fo" is
959+
// For example, abbreviating "foobar" and "foobaz" to "f" and "fo" is
960960
// technically unique, but ambigious to humans which one is which.
961961
// * Short and readable. Where possible we omit the array index numbers
962962
// so that in most cases, the value is simply shown as-is.

0 commit comments

Comments
 (0)