diff --git a/include/SFML/Audio/Export.hpp b/include/SFML/Audio/Export.hpp index 57248083d..c50efc0e2 100644 --- a/include/SFML/Audio/Export.hpp +++ b/include/SFML/Audio/Export.hpp @@ -31,7 +31,7 @@ //////////////////////////////////////////////////////////// -// Define portable import / export macros +// Portable import / export macros //////////////////////////////////////////////////////////// #if defined(SFML_AUDIO_EXPORTS) diff --git a/include/SFML/Audio/Music.hpp b/include/SFML/Audio/Music.hpp index 3b7fb7045..9073f087e 100644 --- a/include/SFML/Audio/Music.hpp +++ b/include/SFML/Audio/Music.hpp @@ -63,7 +63,7 @@ public: T length{}; //!< The length of the time range }; - // Define the relevant Span types + // Associated `Span` type using TimeSpan = Span