mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Rename format to {}
This commit is contained in:
parent
64bc85741a
commit
198c06e2e8
7 changed files with 17 additions and 11 deletions
|
|
@ -59,7 +59,7 @@ common = {
|
|||
end
|
||||
end,
|
||||
-- format a anselme value to something printable
|
||||
-- does not call custom format() functions, only built-in ones, so it should not be able to fail
|
||||
-- does not call custom {}() functions, only built-in ones, so it should not be able to fail
|
||||
-- str: if success
|
||||
-- * nil, err: if error
|
||||
format = function(val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue