Skip to content

Commit ae75da4

Browse files
jswanalytically
authored andcommitted
fix code example (#119)
1 parent ac6df8b commit ae75da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ implicit case object CanLogCorrelationId extends CanLog[CorrelationId] {
110110
originalMsg
111111
}
112112

113-
override def afterLog(a: A): Unit = {
113+
override def afterLog(a: CorrelationId): Unit = {
114114
MDC.remove("correlationId")
115115
}
116116
}

0 commit comments

Comments
 (0)