diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/help/textutils.txt b/projects/core/src/main/resources/data/computercraft/lua/rom/help/textutils.txt index ee91a883f..6c62ea789 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/help/textutils.txt +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/help/textutils.txt @@ -7,4 +7,5 @@ textutils.serialize( table ) textutils.unserialize( string ) textutils.serializeJSON( table, [useNBTStyle] ) textutils.urlEncode( string ) +textutils.splitString( string, string ) textutils.complete( string, table )