Skip to content

Commit a5fe7f0

Browse files
committed
misc: Fix formatting in contributing doc
1 parent 9f05d71 commit a5fe7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ with a benchmark.
287287
line arguments.
288288

289289
```
290-
# Test the new function in isolation. Use --only flag to restrict the set of functions
290+
# Test the new function in isolation. Use --only flag to restrict the set of functions
291291
# and run for 60 seconds or longer.
292292
velox_expression_fuzzer_test --only <my-new-function-name> --duration_sec 60 --logtostderr=1 --enable_variadic_signatures --velox_fuzzer_enable_complex_types --velox_fuzzer_enable_decimal_type --lazy_vector_generation_ratio 0.2 --velox_fuzzer_enable_column_reuse --velox_fuzzer_enable_expression_reuse
293293

0 commit comments

Comments
 (0)