Skip to content
This repository was archived by the owner on Apr 13, 2019. It is now read-only.

Commit 131527f

Browse files
committed
fix typo in logging.md
1 parent ef92d36 commit 131527f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The level can be changed for single loggers or all loggers at once, by either us
4141
Example:
4242

4343
bot = Cinch::Bot.new { }
44-
bot.loggers << Cinch::Loggers::FormattedLogger.new(File.open("/tmp/log.log", "a"))
44+
bot.loggers << Cinch::Logger::FormattedLogger.new(File.open("/tmp/log.log", "a"))
4545
bot.loggers.level = :debug
4646
bot.loggers.first.level = :info
4747

0 commit comments

Comments
 (0)