Skip to content

Commit 8994297

Browse files
authored
Fix typo (#14033)
peformant -> performant
1 parent b75cccc commit 8994297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger/lib/logger.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ defmodule Logger do
705705
This guarantees all logger handlers flush to disk or storage.
706706
This is useful for testing but it should be avoided in production,
707707
as it could force logger handlers to drop whatever they are doing
708-
and flush, even if continuing to buffer would be the most peformant
708+
and flush, even if continuing to buffer would be the most performant
709709
option.
710710
"""
711711
@spec flush :: :ok

0 commit comments

Comments
 (0)