Fix documentation styling for memorylocker

This commit is contained in:
Marius 2016-02-11 15:58:36 +01:00
parent 11b92b91c2
commit c7ce14fbdc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Package memorylocker provides an in-memory locking mechanism
// Package memorylocker provides an in-memory locking mechanism.
//
// When multiple processes are attempting to access an upload, whether it be
// by reading or writing, a syncronization mechanism is required to prevent