SFML community forums

General => SFML website => Topic started by: dabbertorres on September 29, 2015, 02:51:50 am

Title: Small Typo
Post by: dabbertorres on September 29, 2015, 02:51:50 am
Just an FYI:

"Activate of deactivate..." (http://www.sfml-dev.org/documentation/2.3/classsf_1_1RenderTexture.php#a5da95ecdbce615a80bb78399012508cf)

Appears to go back to at least the 2.0 documentation!
Title: Re: Small Typo
Post by: zsbzsb on September 29, 2015, 05:21:12 am
Feel free to open a PR on github  ;)
Title: Re: Small Typo
Post by: dabbertorres on September 29, 2015, 08:07:27 am
Wasn't sure if this was PR worthy! Well, looks like it's from RenderTarget.hpp, should I just fix it there since it's generated via doxygen?
Title: Re: Small Typo
Post by: Laurent on September 29, 2015, 08:53:53 am
Yes ;)
Title: Re: Small Typo
Post by: Nexus on September 29, 2015, 09:58:04 pm
Maybe we can compile a few typos and minor mistakes, and create a combined PR :)
Title: Re: Small Typo
Post by: dabbertorres on September 30, 2015, 06:33:52 pm
That would probably be best. Well, then for the future, as I see typos, I'll make a comment here for where I found it, add the fix to a fork, and make a pull request once I've collected enough.