We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1beb704 commit f516f32Copy full SHA for f516f32
1 file changed
internal-api/src/jmh/java/datadog/trace/util/StringSplitBenchmark.java
@@ -13,7 +13,7 @@
13
import org.openjdk.jmh.infra.Blackhole;
14
15
/**
16
- * Strings.split is generally faster for String processing, since it create SubSequences that are
+ * Strings.split is generally faster for String processing, since it creates SubSequences that are
17
* views into the backing String rather than new String objects. <code>
18
* Benchmark (testStr) Mode Cnt Score Error Units
19
* StringSplitBenchmark.pattern_split EMPTY thrpt 6 291274421.621 ± 14834420.899 ops/s
0 commit comments