Skip to content

Commit a69d07c

Browse files
jsorefytmimi
authored andcommitted
spelling: submodule
Signed-off-by: Josh Soref <[email protected]>
1 parent 11c902b commit a69d07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parse/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ impl ParseSess {
179179
///
180180
/// * `id` - The name of the module
181181
/// * `relative` - If Some(symbol), the symbol name is a directory relative to the dir_path.
182-
/// If relative is Some, resolve the submodle at {dir_path}/{symbol}/{id}.rs
182+
/// If relative is Some, resolve the submodule at {dir_path}/{symbol}/{id}.rs
183183
/// or {dir_path}/{symbol}/{id}/mod.rs. if None, resolve the module at {dir_path}/{id}.rs.
184184
/// * `dir_path` - Module resolution will occur relative to this directory.
185185
pub(crate) fn default_submod_path(

0 commit comments

Comments
 (0)