diff --git a/src/Nito.AsyncEx.Coordination/AsyncLazy.cs b/src/Nito.AsyncEx.Coordination/AsyncLazy.cs index db9811b..50e0f0d 100644 --- a/src/Nito.AsyncEx.Coordination/AsyncLazy.cs +++ b/src/Nito.AsyncEx.Coordination/AsyncLazy.cs @@ -22,7 +22,7 @@ public enum AsyncLazyFlags ExecuteOnCallingThread = 0x1, /// - /// If the factory method fails, then re-run the factory method the next time instead of caching the failed task. + /// If the factory method fails, then throw the exception, but re-run the factory method the next time instead of caching the failed task. /// RetryOnFailure = 0x2, }