diff --git a/src/Ogu.Extensions.Logging.Timings/LevelledOperation.cs b/src/Ogu.Extensions.Logging.Timings/LevelledOperation.cs index 3b482e0..1989a04 100644 --- a/src/Ogu.Extensions.Logging.Timings/LevelledOperation.cs +++ b/src/Ogu.Extensions.Logging.Timings/LevelledOperation.cs @@ -7,7 +7,7 @@ namespace Ogu.Extensions.Logging.Timings /// /// Represents an operation with specified log levels for completion and abandonment. /// Supports time-based operations with optional warning thresholds. If the operation exceeds the - /// warning threshold, the log level may be upgraded to . + /// warning threshold, the log level may be upgraded to . /// public class LevelledOperation {