Skip to content

Commit

Permalink
godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkaraduman committed Dec 26, 2018
1 parent 11c2ec0 commit b95dbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion criticalsection.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
// A CriticalSection is particular type of mutual exclusion (mutex) that
// may be locked multiple times by the same owner.
//
// The CriticalSection is faster than ReentrantMutex.
// The CriticalSection is faster than RecursiveMutex.
//
// A CriticalSection must not be copied after first use.
type CriticalSection struct {
Expand Down

0 comments on commit b95dbb8

Please sign in to comment.