File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2013 The Rust Project Developers. See the COPYRIGHT
1
+ // Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
2
2
// file at the top-level directory of this distribution and at
3
3
// http://rust-lang.org/COPYRIGHT.
4
4
//
@@ -13,7 +13,7 @@ use std::fmt;
13
13
/// CrateIds identify crates and include the crate name and optionally a path
14
14
/// and version. In the full form, they look like relative URLs. Example:
15
15
/// `github.com/mozilla/rust#std:1.0` would be a package ID with a path of
16
- /// `gitub .com/mozilla/rust` and a crate name of `std` with a version of
16
+ /// `github .com/mozilla/rust` and a crate name of `std` with a version of
17
17
/// `1.0`. If no crate name is given after the hash, the name is inferred to
18
18
/// be the last component of the path. If no version is given, it is inferred
19
19
/// to be `0.0`.
You can’t perform that action at this time.
0 commit comments