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

Commit

Permalink
Add comment clarifying return value
Browse files Browse the repository at this point in the history
  • Loading branch information
shana committed Oct 8, 2015
1 parent 9dc2a8e commit f6bd5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitHub.Exports/Primitives/UriString.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ bool ParseScpSyntax(string scpString)
/// <summary>
/// Attempts a best-effort to convert the remote origin to a GitHub Repository URL.
/// </summary>
/// <returns></returns>
/// <returns>A converted uri, or the existing one if we can't convert it (which might be null)</returns>
public Uri ToRepositoryUrl()
{
// we only want to process urls that represent network resources
Expand Down

0 comments on commit f6bd5b6

Please sign in to comment.