From d8db273e6762244268e6fd369edc9e9b913dab6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fulcan=20TURAN?= Date: Sun, 29 Dec 2024 01:33:36 +0100 Subject: [PATCH] Xml summary cref fixed --- src/Ogu.Extensions.Logging.Timings/LevelledOperation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {