From 6790904c80528cd478eb1b39e66ef4f18682a9ca Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sat, 1 Sep 2012 23:26:20 +0200 Subject: [PATCH] Minor correction in API documentation --- include/SFML/Window/Keyboard.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Window/Keyboard.hpp b/include/SFML/Window/Keyboard.hpp index d008fc44..0ba2a368 100644 --- a/include/SFML/Window/Keyboard.hpp +++ b/include/SFML/Window/Keyboard.hpp @@ -141,7 +141,7 @@ public : F6, ///< The F6 key F7, ///< The F7 key F8, ///< The F8 key - F9, ///< The F8 key + F9, ///< The F9 key F10, ///< The F10 key F11, ///< The F11 key F12, ///< The F12 key