Skip to content

Commit fa1b8bd

Browse files
committed
grammar
1 parent aa070b4 commit fa1b8bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal-api/src/jmh/java/datadog/trace/util/StringSplitBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* Strings.split is generally faster for String processing, since it create SubSequences that are
16-
* view into the backing String rather than new String objects. <code>
16+
* views into the backing String rather than new String objects. <code>
1717
* Benchmark (testStr) Mode Cnt Score Error Units
1818
* StringSplitBenchmark.pattern_split EMPTY thrpt 6 291274421.621 ± 14834420.899 ops/s
1919
* StringSplitBenchmark.string_split EMPTY thrpt 6 1035461179.368 ± 60212686.921 ops/s

0 commit comments

Comments
 (0)