Skip to content

Commit 9359cb9

Browse files
prateekatknoldusanalytically
authored andcommitted
minor change
1 parent 1ea782c commit 9359cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ these traits are mixed:
7878

7979
```scala
8080
class LazyLoggingExample extends LazyLogging {
81-
logger.debug("This is very convenient ;-)")
81+
logger.debug("This is Lazy Logging ;-)")
8282

8383
logger.whenDebugEnabled {
8484
println("This would only execute when the debug level is enabled.")

0 commit comments

Comments
 (0)