mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 11:00:58 +01:00
Remove useless comment
This commit is contained in:
parent
c09c926a34
commit
2723717f6e
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ However, this is not an issue as the changes proposed in this RFC do not allow f
|
|||
|
||||
Another potential drawback that could be levied at this proposal is a reduced debuggability of not hard-failing when the expected behavior would be to create a shallow copy with the metatable of the original table.
|
||||
However, this point is most certainly moot in practice, as most users very likely are not even aware, or desire the fact that `table.clone` can assign the metatables of the original table to the clone.
|
||||
<!-- This was the point about the dictionary definition of shallow copying made in the original RFC -->
|
||||
|
||||
## Alternatives
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue