Skip to content

Commit 368a633

Browse files
Nemo157calebcartwright
authored andcommitted
Fix typo
1 parent 846662c commit 368a633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ fn has_url(s: &str) -> bool {
942942
|| REFERENCE_LINK_URL.is_match(s)
943943
}
944944

945-
/// Returns true if the given string may be part of a Markdown talble.
945+
/// Returns true if the given string may be part of a Markdown table.
946946
fn is_table_item(mut s: &str) -> bool {
947947
// This function may return false positive, but should get its job done in most cases (i.e.
948948
// markdown tables with two column delimiters).

0 commit comments

Comments
 (0)