We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7d011 commit 1a3f124Copy full SHA for 1a3f124
src/gleam/uri.gleam
@@ -33,7 +33,7 @@ pub type Uri {
33
/// ## Examples
34
///
35
/// ```gleam
36
-/// let uri = Uri(..Uri.empty, scheme: Some("https"), host: Some("example.com"))
+/// let uri = Uri(..empty, scheme: Some("https"), host: Some("example.com"))
37
/// // -> Uri(
38
/// // scheme: Some("https"),
39
/// // userinfo: None,
@@ -636,7 +636,7 @@ fn remove_dot_segments_loop(
636
637
638
639
640
/// to_string(uri)
641
/// // -> "https://example.com"
642
/// ```
0 commit comments