mirror of
https://github.com/SFML/SFML.git
synced 2024-12-01 15:51:04 +08:00
Minor correction in API doc
This commit is contained in:
parent
679ec71b95
commit
bba63dfae0
@ -138,7 +138,7 @@ private :
|
|||||||
///
|
///
|
||||||
/// SFML mutexes are recursive, which means that you can lock
|
/// SFML mutexes are recursive, which means that you can lock
|
||||||
/// a mutex multiple times in the same thread without creating
|
/// 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.
|
/// as usual, and the following ones have no effect.
|
||||||
/// However, you must call unlock() exactly as many times as you
|
/// However, you must call unlock() exactly as many times as you
|
||||||
/// called lock(). If you don't, the mutex won't be released.
|
/// called lock(). If you don't, the mutex won't be released.
|
||||||
|
Loading…
Reference in New Issue
Block a user