Skip to content

Commit b632392

Browse files
authored
1 parent 0caeae9 commit b632392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ result_type parse_url(std::string_view user_input,
5252
// Most of the time, we just need user_input.size().
5353
// In some instances, we may need a bit more.
5454
///////////////////////////
55-
// This is *very* important. This line should be removed
55+
// This is *very* important. This line should *not* be removed
5656
// hastily. There are principled reasons why reserve is important
5757
// for performance. If you have a benchmark with small inputs,
5858
// it may not matter, but in other instances, it could.

0 commit comments

Comments
 (0)