Skip to content

Commit 292757f

Browse files
committed
type fix
1 parent 69f7b0e commit 292757f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/AWS.Lambda.Powertools.Logging/LogFormatException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace AWS.Lambda.Powertools.Logging;
2323
public class LogFormatException : Exception
2424
{
2525
/// <summary>
26-
/// Creates a new IdempotencyConfigurationException
26+
/// Creates a new LogFormatException
2727
/// </summary>
2828
public LogFormatException()
2929
{

0 commit comments

Comments
 (0)