diff options
Diffstat (limited to 'github-suggestion/src/url.rs')
-rw-r--r-- | github-suggestion/src/url.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github-suggestion/src/url.rs b/github-suggestion/src/url.rs index 0ff7baa..413a37d 100644 --- a/github-suggestion/src/url.rs +++ b/github-suggestion/src/url.rs @@ -47,7 +47,7 @@ pub struct SuggestionUrl { } /// Parses a URL with the format -/// `https://github.com/teddywing/github-suggestion/pull/1#discussion_r459691747`. +/// `https://github.com/teddywing/git-suggestion/pull/1#discussion_r459691747`. impl FromStr for SuggestionUrl { type Err = Error; |