Skip to content

Commit c394eb0

Browse files
Typo fix.
1 parent cfc1e8b commit c394eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/luaSystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,6 @@ class System{
13291329
*
13301330
* @param text - The text to print.
13311331
*/
1332-
void unmountMountpoint(string text);
1332+
void consolePrint(string text);
13331333

13341334
}

0 commit comments

Comments
 (0)