From 2308c5a627bb757e0d00b6d5fa26df7448519b96 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Tue, 18 Sep 2012 18:51:24 +0200 Subject: [PATCH] Minor correction in API doc --- include/SFML/System/Thread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/System/Thread.hpp b/include/SFML/System/Thread.hpp index 9f2bc3dc..33e7c266 100644 --- a/include/SFML/System/Thread.hpp +++ b/include/SFML/System/Thread.hpp @@ -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