Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Small typo in sf::string doc  (Read 3660 times)

0 Members and 1 Guest are viewing this topic.

Rasmussen

  • Newbie
  • *
  • Posts: 19
    • View Profile
Small typo in sf::string doc
« 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.

Gambit

  • Sr. Member
  • ****
  • Posts: 283
    • View Profile
Re: Small typo in sf::string doc
« Reply #1 on: October 26, 2014, 09:54:21 am »
Wheres the typo?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: Small typo in sf::string doc
« Reply #2 on: October 26, 2014, 10:38:00 am »
beginning -> end :)

Edit: Fixed in 53e3409. There have been a few other mistakes ;)
« Last Edit: October 26, 2014, 11:09:43 am by Nexus »
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Gambit

  • Sr. Member
  • ****
  • Posts: 283
    • View Profile
Re: Small typo in sf::string doc
« Reply #3 on: October 26, 2014, 11:21:06 am »
Oh right... oops.