Skip to content

Commit 699b873

Browse files
committed
spelling: submodule
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent ae2c2a3 commit 699b873

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
@@ -191,7 +191,7 @@ impl ParseSess {
191191
///
192192
/// * `id` - The name of the module
193193
/// * `relative` - If Some(symbol), the symbol name is a directory relative to the dir_path.
194-
/// If relative is Some, resolve the submodle at {dir_path}/{symbol}/{id}.rs
194+
/// If relative is Some, resolve the submodule at {dir_path}/{symbol}/{id}.rs
195195
/// or {dir_path}/{symbol}/{id}/mod.rs. if None, resolve the module at {dir_path}/{id}.rs.
196196
/// * `dir_path` - Module resolution will occur relative to this directory.
197197
pub(crate) fn default_submod_path(

0 commit comments

Comments
 (0)