From 8caddb4b395b07c3809ef2af4b009d74e5fd93ca Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 26 Dec 2014 22:02:00 +0300 Subject: [PATCH] Fix param documentation --- SDL2pp/RWops.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2pp/RWops.hh b/SDL2pp/RWops.hh index fa285f5..28ae1cd 100644 --- a/SDL2pp/RWops.hh +++ b/SDL2pp/RWops.hh @@ -326,7 +326,7 @@ public: /// /// \param ptr Pointer to a buffer containing data to write /// \param size Size of each object to write, in bytes - /// \param maxnum Maximum number of objects to be write + /// \param num Number of objects to be write /// /// \returns Number of objects written, which will be less than num on error ///