We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18603ed commit c79ef37Copy full SHA for c79ef37
crates/cairo-lang-doc/src/documentable_formatter.rs
@@ -764,7 +764,7 @@ pub fn get_syntactic_visibility(semantic_visibility: &Visibility) -> &str {
764
}
765
766
767
-/// Checks if given paths come form the same root.
+/// Checks if given paths come from the same root.
768
fn is_the_same_root(path1: &str, path2: &str) -> bool {
769
fn extract_root(input: &str) -> &str {
770
if let Some(index) = input.find("::") { &input[..index] } else { input }
0 commit comments