We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846662c commit 368a633Copy full SHA for 368a633
src/comment.rs
@@ -942,7 +942,7 @@ fn has_url(s: &str) -> bool {
942
|| REFERENCE_LINK_URL.is_match(s)
943
}
944
945
-/// Returns true if the given string may be part of a Markdown talble.
+/// Returns true if the given string may be part of a Markdown table.
946
fn is_table_item(mut s: &str) -> bool {
947
// This function may return false positive, but should get its job done in most cases (i.e.
948
// markdown tables with two column delimiters).
0 commit comments