Minor corrections in API documentation

This commit is contained in:
Laurent Gomila 2012-07-31 17:51:01 +02:00
parent 4875915b0f
commit db1f1b8fa1
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ public :
/// \brief Default constructor
///
/// This constructor doesn't actually create the window,
/// use the other constructors or call Create to do so.
/// use the other constructors or call "create" to do so.
///
////////////////////////////////////////////////////////////
RenderWindow();

View File

@ -62,7 +62,7 @@ public :
/// \brief Default constructor
///
/// This constructor doesn't actually create the window,
/// use the other constructors or call create to do so.
/// use the other constructors or call "create" to do so.
///
////////////////////////////////////////////////////////////
Window();