Skip to content

Commit c79ef37

Browse files
authored
correction typo documentable_formatter.rs (#7506)
1 parent 18603ed commit c79ef37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cairo-lang-doc/src/documentable_formatter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ pub fn get_syntactic_visibility(semantic_visibility: &Visibility) -> &str {
764764
}
765765
}
766766

767-
/// Checks if given paths come form the same root.
767+
/// Checks if given paths come from the same root.
768768
fn is_the_same_root(path1: &str, path2: &str) -> bool {
769769
fn extract_root(input: &str) -> &str {
770770
if let Some(index) = input.find("::") { &input[..index] } else { input }

0 commit comments

Comments
 (0)