Minor correction in API doc

This commit is contained in:
Laurent Gomila 2012-09-18 18:51:24 +02:00
parent eaa5ae9c55
commit 2308c5a627

View File

@ -219,7 +219,7 @@ private :
/// The function argument, if any, is copied in the sf::Thread
/// instance, as well as the functor (if the corresponding
/// constructor is used). Class instances, however, are passed
/// by pointer to you must make sure that the object won't be
/// by pointer so you must make sure that the object won't be
/// destroyed while the thread is still using it.
///
/// The thread ends when its function is terminated. If the