diff options
Diffstat (limited to 'WorldEdit API.md')
-rw-r--r-- | WorldEdit API.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WorldEdit API.md b/WorldEdit API.md index 12320f6..1006932 100644 --- a/WorldEdit API.md +++ b/WorldEdit API.md @@ -208,6 +208,6 @@ Returns an error if the code fails or nil otherwise. ### error = worldedit.luatransform(pos1, pos2, code)
-Executes `code` as a Lua chunk in the global namespace with the variable pos available, for each node in a region defined by positions `pos1` and `pos2`.
+Executes `code` as a Lua chunk in the global namespace with the variable `pos` available, for each node in a region defined by positions `pos1` and `pos2`.
Returns an error if the code fails or nil otherwise.
\ No newline at end of file |