Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Feb 21, 2024
1 parent 42fc018 commit ab244af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/SkiaSharp/SKObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ internal interface ISKNonVirtualReferenceCounted : ISKReferenceCounted

/// <summary>
/// This should be implemented on all types that can skip the expensive
// registration in the global dictionary. Typically this would be the case
/// registration in the global dictionary. Typically this would be the case
/// if the type os _only_ constructed by the user and not provided as a
/// return type for _any_ member.
/// </summary>
Expand Down

0 comments on commit ab244af

Please sign in to comment.