Skip to content

Commit 2607b60

Browse files
Updating schema
1 parent a6ff714 commit 2607b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Octokit.GraphQL/Model/License.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public License(Expression expression) : base(expression)
5858
public IQueryableList<LicenseRule> Limitations => this.CreateProperty(x => x.Limitations);
5959

6060
/// <summary>
61-
/// The license full name specified by <https://spdx.org/licenses>
61+
/// The license full name specified by &lt;https://spdx.org/licenses&gt;
6262
/// </summary>
6363
public string Name { get; }
6464

@@ -78,12 +78,12 @@ public License(Expression expression) : base(expression)
7878
public bool PseudoLicense { get; }
7979

8080
/// <summary>
81-
/// Short identifier specified by <https://spdx.org/licenses>
81+
/// Short identifier specified by &lt;https://spdx.org/licenses&gt;
8282
/// </summary>
8383
public string SpdxId { get; }
8484

8585
/// <summary>
86-
/// URL to the license on <https://choosealicense.com>
86+
/// URL to the license on &lt;https://choosealicense.com&gt;
8787
/// </summary>
8888
public string Url { get; }
8989

0 commit comments

Comments
 (0)