Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 authored and calebcartwright committed Jan 29, 2023
1 parent 846662c commit 368a633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ fn has_url(s: &str) -> bool {
|| REFERENCE_LINK_URL.is_match(s)
}

/// 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.
fn is_table_item(mut s: &str) -> bool {
// This function may return false positive, but should get its job done in most cases (i.e.
// markdown tables with two column delimiters).
Expand Down

0 comments on commit 368a633

Please sign in to comment.