From 5ed32630f54bbf6a9e27b82d67a4faa76dfd092b Mon Sep 17 00:00:00 2001 From: FishEagle <20097695+FishEagle@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:01:29 +0200 Subject: [PATCH] fix typo in code comment --- src/Avalonia.Samples/CompleteApps/SimpleToDoList/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Avalonia.Samples/CompleteApps/SimpleToDoList/README.adoc b/src/Avalonia.Samples/CompleteApps/SimpleToDoList/README.adoc index 24168e7..e31bdfc 100644 --- a/src/Avalonia.Samples/CompleteApps/SimpleToDoList/README.adoc +++ b/src/Avalonia.Samples/CompleteApps/SimpleToDoList/README.adoc @@ -564,7 +564,7 @@ We want our icons to become semi-transparent if a `Button` is disabled. We can u - + @@ -772,4 +772,4 @@ If you want to explore more samples, please also visit https://github.com/Avalon // visit: https://asciidoc.org // visit: https://powerman.name/doc/asciidoc-compact -// VS-Code has a great Add-In for Ascii docs: https://github.com/asciidoctor/asciidoctor-vscode/ \ No newline at end of file +// VS-Code has a great Add-In for Ascii docs: https://github.com/asciidoctor/asciidoctor-vscode/