Skip to content

Commit f516f32

Browse files
committed
grammar
1 parent 1beb704 commit f516f32

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
import org.openjdk.jmh.infra.Blackhole;
1414

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

0 commit comments

Comments
 (0)