Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bratseth committed Oct 21, 2024
1 parent ed50cc5 commit a3569a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void requireThatVariablesReplaceOthersOutsideScript() {
}

@Test
// nput debug_src | lowercase | summary | index | split ";" | for_each {
// input debug_src | lowercase | summary | index | split ";" | for_each {
public void testSplitAndForEach() {
var adapter = new SimpleTestAdapter();
adapter.createField(new Field("myString", DataType.STRING));
Expand Down

0 comments on commit a3569a2

Please sign in to comment.