mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
fix typo
This commit is contained in:
parent
39c55e616f
commit
44876dce9e
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ read-only, we'd be able to do both of the assignments in the above example.
|
|||
|
||||
## Alternatives
|
||||
|
||||
The main alternatives would be likely be keeping the existing solution (and
|
||||
The main alternatives would likely be keeping the existing solution (and
|
||||
likely having to tactically fix future bugs where instantiation either happens
|
||||
too much or not enough), or removing automatic instantiation altogether in favor
|
||||
of manual instantiation syntax. The former solution (changing nothing) is cheap
|
||||
|
|
Loading…
Add table
Reference in a new issue