Skip to content

Commit a03273b

Browse files
Remove now enabled funcs README.md
1 parent a528eb4 commit a03273b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ Lua libraries
109109
* [Table Manipulation](https://www.lua.org/manual/5.3/manual.html#6.6)
110110
* [Mathematical Functions](https://www.lua.org/manual/5.3/manual.html#6.7)
111111
* [Operating System Facilities](https://www.lua.org/manual/5.3/manual.html#6.9)
112-
* Some functions like `os.remove`, `os.rename`, `os.exit`, `os.tmpname` are not available yet
112+
* Some functions like `os.exit`, `os.tmpname` are not available yet
113113
* Other functions like `os.execute` and `io.open` will ask for permissions to the user
114114
* [The Debug Library](https://www.lua.org/manual/5.3/manual.html#6.10)

0 commit comments

Comments
 (0)