mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
Fix typo
This commit is contained in:
parent
f776f54239
commit
9301c9629a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ local bar = {}
|
||||||
function bar:test(self) -- Function argument 'self' already defined implicitly
|
function bar:test(self) -- Function argument 'self' already defined implicitly
|
||||||
```
|
```
|
||||||
|
|
||||||
Our UnknownType linter warning was extended to check for correct class names passed into `FindFirstChildOfClass`, `FindFirstChildWhichIsA`, `FindFirstAncestorOfClass` and `FindFirstAncestorWhichIsA` funcitons.
|
Our UnknownType linter warning was extended to check for correct class names passed into `FindFirstChildOfClass`, `FindFirstChildWhichIsA`, `FindFirstAncestorOfClass` and `FindFirstAncestorWhichIsA` functions.
|
||||||
|
|
||||||
## Performance improvements
|
## Performance improvements
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue