Skip to content

Commit 854f26a

Browse files
Evin Yuloandrewrk
authored andcommitted
fix typo in std.Uri
1 parent 4f914c8 commit 854f26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Uri.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ test "RFC example 1" {
584584
}, try parse(uri));
585585
}
586586

587-
test "RFX example 2" {
587+
test "RFC example 2" {
588588
const uri = "urn:example:animal:ferret:nose";
589589
try std.testing.expectEqual(Uri{
590590
.scheme = uri[0..3],

0 commit comments

Comments
 (0)