diff --git a/src/GitHub.Exports/Primitives/UriString.cs b/src/GitHub.Exports/Primitives/UriString.cs
index aeea7e372c..32628f1a78 100644
--- a/src/GitHub.Exports/Primitives/UriString.cs
+++ b/src/GitHub.Exports/Primitives/UriString.cs
@@ -131,7 +131,7 @@ bool ParseScpSyntax(string scpString)
///
/// Attempts a best-effort to convert the remote origin to a GitHub Repository URL.
///
- ///
+ /// A converted uri, or the existing one if we can't convert it (which might be null)
public Uri ToRepositoryUrl()
{
// we only want to process urls that represent network resources