README.rdoc in logging-1.6.1 vs README.rdoc in logging-1.6.2
- old
+ new
@@ -28,10 +28,10 @@
logger.level = :warn
logger.debug "this debug message will not be output by the logger"
logger.warn "this is your last warning"
-In this example, a single logger is crated that will append to STDOUT and to a
+In this example, a single logger is created that will append to STDOUT and to a
file. Only log messages that are informational or higher will be logged.
require 'logging'
logger = Logging.logger['example_logger']