Minor correction in API doc

This commit is contained in:
Laurent Gomila 2012-06-30 20:11:43 +02:00
parent 679ec71b95
commit bba63dfae0

View File

@ -138,7 +138,7 @@ private :
///
/// SFML mutexes are recursive, which means that you can lock
/// a mutex multiple times in the same thread without creating
/// a deadlock. In this case, the first call to Lock() behaves
/// a deadlock. In this case, the first call to lock() behaves
/// as usual, and the following ones have no effect.
/// However, you must call unlock() exactly as many times as you
/// called lock(). If you don't, the mutex won't be released.