From a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 5 Aug 2020 22:21:44 +0200 Subject: Rename the project `git-suggestion` Since this is a Git command, this makes more sense to me. --- github-suggestion/src/url.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'github-suggestion/src') 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; -- cgit v1.2.3