Skip to content

Commit

Permalink
Typo fixes. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
NixTheFix committed Apr 20, 2021
1 parent 3798b01 commit d917ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/luaSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ class System{
*
* @par Usage example:
* @code
* System.extractFromZip("app0:/files.zip", "image.jpg" "ux0:/data/app_files/my_image.jpg")
* System.extractFromZip("app0:/files.zip", "image.jpg", "ux0:/data/app_files/my_image.jpg")
* @endcode
*
* @param filename - The filename of the ZIP archive.
Expand Down Expand Up @@ -890,7 +890,7 @@ class System{
*
* @par Usage example:
* @code
* System.extractFromZipAsync("app0:/files.zip", "image.jpg" "ux0:/data/app_files/my_image.jpg")
* System.extractFromZipAsync("app0:/files.zip", "image.jpg", "ux0:/data/app_files/my_image.jpg")
* @endcode
*
* @param filename - The filename of the ZIP archive.
Expand Down

0 comments on commit d917ca8

Please sign in to comment.