mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix spelling error: Library.md
This commit is contained in:
parent
2e5f95ca58
commit
55f72d2e47
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Prints all arguments to the standard output, using Tab as a separator.
|
|||
function rawequal(a: any, b: any): boolean
|
||||
```
|
||||
|
||||
Returns true iff `a` and `b` have the same type and point to the same object (for garbage collected types) or are equal (for value types).
|
||||
Returns true if `a` and `b` have the same type and point to the same object (for garbage collected types) or are equal (for value types).
|
||||
|
||||
```
|
||||
function rawget<K, V>(t: { [K]: V }, k: K): V?
|
||||
|
|
Loading…
Add table
Reference in a new issue