diff --git a/include/SFML/System/NonCopyable.hpp b/include/SFML/System/NonCopyable.hpp index a19b0f558..759159c87 100644 --- a/include/SFML/System/NonCopyable.hpp +++ b/include/SFML/System/NonCopyable.hpp @@ -99,7 +99,7 @@ private : /// the copy constructor and assignment operator are declared private /// in sf::NonCopyable so they will end up being inaccessible in both /// cases. Thus you can use a shorter syntax for inheriting from it -/// see below). +/// (see below). /// /// Usage example: /// \code diff --git a/include/SFML/System/Utf.hpp b/include/SFML/System/Utf.hpp index 1d4ad4220..f1b3c6a7a 100644 --- a/include/SFML/System/Utf.hpp +++ b/include/SFML/System/Utf.hpp @@ -749,7 +749,7 @@ typedef Utf<32> Utf32; /// /// sf::Utf is a low-level, generic interface for counting, iterating, /// encoding and decoding Unicode characters and strings. It is able -/// to handle ANSI, wide, UTF-8, UTF-16 and UTF-32 encodings. +/// to handle ANSI, wide, latin-1, UTF-8, UTF-16 and UTF-32 encodings. /// /// sf::Utf functions are all static, these classes are not meant to /// be instanciated. All the functions are template, so that you