remove unneeded indentation from documentation

This commit is contained in:
leaf corcoran 2013-04-17 21:05:01 -07:00
parent 4b5d6f1cde
commit c61b826f3b
2 changed files with 753 additions and 751 deletions

View File

@ -1702,3 +1702,4 @@ A full list of flags can be seen by passing the `-h` or `--help` flag.
THE SOFTWARE.

View File

@ -212,3 +212,4 @@ For example, to sum all numbers in a list:
### `debug.upvalue(fn, key[, value])`
Gets or sets the value of an upvalue for a function by name.