Skip to content

Commit

Permalink
Merge pull request #2967 from quickfur/logger_typo
Browse files Browse the repository at this point in the history
[trivial] Fix typo in std.experimental.logger docs
  • Loading branch information
dnadlinger committed Feb 8, 2015
2 parents f4a8f62 + 6126ae5 commit 3eb366d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/experimental/logger/package.d
Expand Up @@ -142,7 +142,7 @@ To gain more precise control over the logging process, additionally to
overwriting the $(D writeLogMsg) method the methods $(D beginLogMsg),
$(D logMsgPart) and $(D finishLogMsg) can be overwritten.
$(H3 Compile Time Disabeling of $(D Logger))
$(H3 Compile Time Disabling of $(D Logger))
In order to disable logging at compile time, pass $(D StdLoggerDisableLogging) as a
version argument to the $(D D) compiler when compiling your program code.
This will disable all logging functionality.
Expand Down

0 comments on commit 3eb366d

Please sign in to comment.