From ab244afed593567f0af5a584f31cca4d86dc05f2 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 22 Feb 2024 01:44:24 +0200 Subject: [PATCH] Fix comment --- binding/SkiaSharp/SKObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/SkiaSharp/SKObject.cs b/binding/SkiaSharp/SKObject.cs index bcd6635178..4040ffd8c8 100644 --- a/binding/SkiaSharp/SKObject.cs +++ b/binding/SkiaSharp/SKObject.cs @@ -372,7 +372,7 @@ internal interface ISKNonVirtualReferenceCounted : ISKReferenceCounted /// /// 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. ///