Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f6bd5b6

Browse files
committed
Add comment clarifying return value
1 parent 9dc2a8e commit f6bd5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Exports/Primitives/UriString.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ bool ParseScpSyntax(string scpString)
131131
/// <summary>
132132
/// Attempts a best-effort to convert the remote origin to a GitHub Repository URL.
133133
/// </summary>
134-
/// <returns></returns>
134+
/// <returns>A converted uri, or the existing one if we can't convert it (which might be null)</returns>
135135
public Uri ToRepositoryUrl()
136136
{
137137
// we only want to process urls that represent network resources

0 commit comments

Comments
 (0)