SFML community forums

General => SFML website => Topic started by: Rasmussen on October 26, 2014, 09:41:39 am

Title: Small typo in sf::string doc
Post by: Rasmussen on October 26, 2014, 09:41:39 am
http://sfml-dev.org/documentation/2.1/classsf_1_1String.php
Quote
Iterator            end ()            Return an iterator to the beginning of the string.
ConstIterator    end () const    Return an iterator to the beginning of the string.
Title: Re: Small typo in sf::string doc
Post by: Gambit on October 26, 2014, 09:54:21 am
Wheres the typo?
Title: Re: Small typo in sf::string doc
Post by: Nexus on October 26, 2014, 10:38:00 am
beginning -> end :)

Edit: Fixed in 53e3409 (https://github.com/SFML/SFML/commit/53e3409cbf676a180aefd6b6d80b7978445f08ad). There have been a few other mistakes ;)
Title: Re: Small typo in sf::string doc
Post by: Gambit on October 26, 2014, 11:21:06 am
Oh right... oops.