Skip to content

Commit b75d3b5

Browse files
committed
fix
1 parent f86850b commit b75d3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ the [`ToString`](https://doc.rust-lang.org/std/string/trait.ToString.html) trait
4242
use std::string::ToString;
4343

4444
fn example() {
45-
let canonical = package::PackageUrl::new("cargo", "packageurl")
45+
let canonical = packageurl::PackageUrl::new("cargo", "packageurl")
4646
.expect("only fails if type is invalid")
4747
.with_version("0.3.0")
4848
.to_string();

0 commit comments

Comments
 (0)