From 82b813c84b41d867f3e40963e48e4cffaf32b745 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Tue, 29 Nov 2022 11:48:39 +0100 Subject: [PATCH] Update IToast.shared.cs --- src/CommunityToolkit.Maui.Core/Interfaces/IToast.shared.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CommunityToolkit.Maui.Core/Interfaces/IToast.shared.cs b/src/CommunityToolkit.Maui.Core/Interfaces/IToast.shared.cs index fd8be1201..8890686b0 100644 --- a/src/CommunityToolkit.Maui.Core/Interfaces/IToast.shared.cs +++ b/src/CommunityToolkit.Maui.Core/Interfaces/IToast.shared.cs @@ -22,12 +22,12 @@ public interface IToast : IAlert public enum ToastDuration { /// - /// Displays Toast for a short time + /// Displays Toast for a short time (~2 seconds). /// Short, /// - /// Displays Toast for a long time + /// Displays Toast for a long time (~3.5 seconds). /// Long -} \ No newline at end of file +}