Skip to content

Commit a729767

Browse files
committed
fix: final markdown style fix
1 parent 618e622 commit a729767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papers/P3655R2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ NOTE: The sequence of changes in our codebase was different, because our codebas
375375
`char*` -> `string_view` and `char*` -> `zstring_view` conversions require additional changes, and intermediate steps
376376
marking conversions with the proposed `unsafe_length` tag.
377377

378-
# Standard Library Changes
378+
## Standard Library Changes
379379

380380
There are a handful of interfaces in the standard library which take `const string&` and really want a `zstring_view`
381381
or possibly a `string_view`. These include:

0 commit comments

Comments
 (0)