Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-neko committed Feb 17, 2024
1 parent f7c4b29 commit bb2882d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! # subtp
//! A parser for subtitle files such as the SubRip Subtitle (.srt) and the WebVTT (.vtt).
//!
//! - [SuRip Subtitle (.srt)](`crate::srt::SubRip`)
//! - [SubRip Subtitle (.srt)](`crate::srt::SubRip`)
//! - [WebVTT (.vtt)](`crate::vtt::WebVtt`)

// Re-exports.
Expand Down

0 comments on commit bb2882d

Please sign in to comment.