Minor correction in API doc

This commit is contained in:
Laurent Gomila 2012-04-05 14:01:14 +02:00
parent 8c776f33c1
commit f3be2da018

View File

@ -444,7 +444,7 @@ SFML_SYSTEM_API Time& operator /=(Time& left, Int64 right);
/// position += speed * elapsed.asSeconds();
/// }
///
/// Update(sf::milliseconds(100));
/// update(sf::milliseconds(100));
/// \endcode
///
/// \see sf::Clock