Fix typo in README

This commit is contained in:
Daniel Taylor 2016-11-29 10:52:28 -08:00 committed by GitHub
parent e400ff7861
commit 90915c9326
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ logrus.RegisterExitHandler(handler)
...
```
#### Thread safty
#### Thread safety
By default Logger is protected by mutex for concurrent writes, this mutex is invoked when calling hooks and writing logs.
If you are sure such locking is not needed, you can call logger.SetNoLock() to disable the locking.