Skip to content

Commit

Permalink
Fix System.executeUri sample in the doc file. (#51)
Browse files Browse the repository at this point in the history
Corrected the Uri sample from System.executeURI to System.executeUri
  • Loading branch information
NixTheFix committed Apr 20, 2021
1 parent b1605ae commit 3798b01
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 @@ -988,7 +988,7 @@ class System{
*
* @par Usage example:
* @code
* System.executeURI("psgm:play?titleid=MLCL00001")
* System.executeUri("psgm:play?titleid=MLCL00001")
* @endcode
*
* @param uri - URI to exec.
Expand Down Expand Up @@ -1210,4 +1210,4 @@ class System{
*/
string getBootParams(void);

}
}

0 comments on commit 3798b01

Please sign in to comment.