mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
Update wording in summary
automatic instantiation -> implicit instantiation "one type" transitioned to "first usage" for clarity
This commit is contained in:
parent
b7c28004ca
commit
b47e000980
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Summary
|
||||
|
||||
Introduce a way to annotate a polymorphic function signature to express that it will only allow one argument type to interact with automatic instantiation.
|
||||
Introduce a way to annotate a polymorphic function signature to express that it will only allow the first usage of a polymorphic type to interact with implicit instantiation.
|
||||
|
||||
## Motivation
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue