Fixed typo in sf::Music documentation

This commit is contained in:
Marco Antognini 2017-11-22 19:03:20 +01:00 committed by Lukas Dürrenberger
parent 8a02dc0ad5
commit c352f5228b

View File

@ -266,7 +266,7 @@ private:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Helper to convert a sample position to an sf::Time /// \brief Helper to convert a sample position to an sf::Time
/// ///
/// \param position Sample count to convert to Time /// \param samples Sample count to convert to Time
/// ///
/// \return The Time position of the given sample /// \return The Time position of the given sample
/// ///