From fc5e84cbdf5cc1ab79a18912ecdbfb326e1e34db Mon Sep 17 00:00:00 2001 From: Corvin <43533385+corvinsz@users.noreply.github.com> Date: Thu, 14 Nov 2024 06:04:02 +0100 Subject: [PATCH] Update AndroidFramebuffer.cs (#17488) --- .../Platform/SkiaPlatform/AndroidFramebuffer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs b/src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs index 20361b113b..7db13704ab 100644 --- a/src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs +++ b/src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs @@ -79,7 +79,7 @@ namespace Avalonia.Android.Platform.SkiaPlatform internal struct ANativeWindow_Buffer { - // The number of pixels that are show horizontally. + // The number of pixels that are shown horizontally. public int width; // The number of pixels that are shown vertically.