Remove documentation for the bit.cast NSE function, which doesn't seem

to exist.
This commit is contained in:
david 2009-04-17 16:35:43 +00:00
parent 1fbc9e62cf
commit 27e94c0b28

View file

@ -23,10 +23,6 @@
module "bit"
--- Cast <code>a</code> to an internal integer type.
-- @param a Number.
function cast(a)
--- Returns the one's complement of <code>a</code>.
-- @param a Number.
-- @return The one's complement of <code>a</code>.