Skip to content

Commit

Permalink
chore: move TODO from ASLink to #44
Browse files Browse the repository at this point in the history
  • Loading branch information
warriordog committed Jul 20, 2023
1 parent 6d77949 commit 4a21eb0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ActivityPub.Types/ASLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ protected ASLink(string type) : base(type) {}
/// Hints as to the language used by the target resource.
/// Value MUST be a [BCP47] Language-Tag.
/// </summary>
/// <remarks>
/// TODO make a dedicated type for Language-Tag. maybe use a library?
/// </remarks>
/// <seealso href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-hreflang"/>
[JsonPropertyName("hreflang")]
public string? HRefLang { get; set; }
Expand Down

0 comments on commit 4a21eb0

Please sign in to comment.