Skip to content

Commit

Permalink
Correction in the API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGomila committed Dec 4, 2012
1 parent 3eb32de commit 2e22038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SFML/Graphics/Shader.hpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public :
/// \endcode /// \endcode
/// \code /// \code
/// sf::Transform transform; /// sf::Transform transform;
/// transform.Translate(5, 10); /// transform.translate(5, 10);
/// shader.setParameter("matrix", transform); /// shader.setParameter("matrix", transform);
/// \endcode /// \endcode
/// ///
Expand Down

0 comments on commit 2e22038

Please sign in to comment.