Skip to content

Commit

Permalink
typos paths.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrolito authored Dec 11, 2024
1 parent 7471d9d commit 069d4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A path is represent like this internally:
/// `module::A.a`.
#[derive(Debug, Clone)]
pub struct Path {
/// A module, if this is an foreign import.
/// A module, if this is a foreign import.
pub module: Option<Ident>,

/// The name of the type, function, method, or constant.
Expand Down

0 comments on commit 069d4de

Please sign in to comment.