Fix run-on sentence

This commit is contained in:
Wilson
2018-03-09 21:57:56 -08:00
parent f4ee691250
commit b537da569f
+1 -1
View File
@@ -495,7 +495,7 @@ logrus.RegisterExitHandler(handler)
#### Thread safety
By default Logger is protected by mutex for concurrent writes, this mutex is invoked when calling hooks and writing logs.
By default, Logger is protected by a mutex for concurrent writes. The mutex is held when calling hooks and writing logs.
If you are sure such locking is not needed, you can call logger.SetNoLock() to disable the locking.
Situation when locking is not needed includes: