1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-16 09:54:02 +01:00
Commit graph

6 commits

Author SHA1 Message Date
Arseny Kapoulkine
ec481695a3
Update library.md ()
Clarify the relationship between `typeof` and `newproxy`. As a sandboxing measure, `typeof` only uses `__type` on host-defined userdata.

Fixes .
2022-02-09 09:19:50 -08:00
Arseny Kapoulkine
fa35884e5b
Update library.md
A few small tweaks and fixes.
2021-12-27 13:08:56 -08:00
Arseny Kapoulkine
2aff9bb859
Add documentation for bit32.count* and coroutine.close () 2021-12-02 11:36:40 -08:00
ccuser44
a02086260b
Added note to docs about not using os.difftime for new work ()
Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>

Fixes .
2021-11-17 06:42:04 -08:00
Josh Soref
278e848cc2
Spelling ()
Fixed various spelling errors.

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-11-04 09:50:46 -05:00
Arseny Kapoulkine
1ec7be600c
docs: Create library.md ()
Full documentation for the standard library, written from scratch by looking at the source code - so hopefully this is reasonably correct/precise.

Some of the function descriptions are probably too concise to be easily understandable - we can flesh this out in the future.

Some of the type specifications aren't using valid Luau syntax; in particular, I've used "function" or "table" in a few places as a human-friendly notion that any function/table suffices, and the iterator functions just say that they return <iterator> without being specific as to what the signature of the generator is.
2021-10-19 13:54:44 -07:00