Skip to content

Commit

Permalink
Minor comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 committed Oct 1, 2024
1 parent 8f39fb2 commit d0c2a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/examples/parquet_io/parquet_io_multithreaded.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void print_usage()
fmt::print(fg(fmt::color::light_sky_blue),
"Note: Provide as many arguments as you like in the above order. Default values\n"
" for the unprovided arguments will be used. All input parquet files will\n"
" be converted to the specified <io source type> before reading\n\n");
" be converted to the specified IO source type before reading\n\n");
}

/**
Expand Down

0 comments on commit d0c2a62

Please sign in to comment.