Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoontee committed Nov 1, 2023
1 parent 9c96904 commit f5cf2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ New.Clone(instance: Instance?, parent: Instance?, name: string?, properties: {[s
-- Properties parameter special cases
-- Can contain a "Children" key with type {Instance}.
-- Can contain an "Attributes" key with type {[string]: any}.
-- Can contain an "Tags" key with type {string}.
-- Can contain a "Tags" key with type {string}.
-- RBXScriptSignal properties (e.g. "Changed") can be assigned a function.
New.Event(): {
Fire: (self: any, ...any?) -> ();
Expand Down

0 comments on commit f5cf2ff

Please sign in to comment.