Skip to content

Commit

Permalink
Fixed a typo of the example in the font header.
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Aug 24, 2015
1 parent e5f98a6 commit 506ec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SFML/Graphics/Font.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ class SFML_GRAPHICS_API Font
/// sf::Text text2;
/// text2.setFont(font);
/// text2.setCharacterSize(50);
/// text1.setStyle(sf::Text::Italic);
/// text2.setStyle(sf::Text::Italic);
/// \endcode
///
/// Apart from loading font files, and passing them to instances
Expand Down

0 comments on commit 506ec95

Please sign in to comment.