Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 5, 2024
1 parent 6314ada commit 0dc8718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ref/corelib/uri.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Constructs a `uri` by parsing the given string.
jsoncons::string_view fragment)
Constructs a `uri` from the given non-encoded parts.

uri(const uri& other, uri_fragment_part_t, jsoncons::string_view fragment);
uri(const uri& other, uri_fragment_part_t, jsoncons::string_view fragment);
Constructs a `uri` from `other`, replacing it's fragment part with (non-encoded) `fragment`.

uri(const uri& other);
Expand Down

0 comments on commit 0dc8718

Please sign in to comment.