docs: fill in empty XML comment for StorageChanged event

This commit is contained in:
Stevan Freeborn
2026-04-02 20:49:17 -05:00
parent 9faf29a657
commit a15e011467
@@ -6,7 +6,7 @@ namespace StevanFreeborn.Extensions.Configuration.Secure.Storage;
public interface ISecureStorageProvider : IDisposable
{
/// <summary>
///
/// Occurs when the underlying storage has changed and the configuration should be reloaded.
/// </summary>
event EventHandler StorageChanged;