Skip to content

Commit 5ee97d6

Browse files
authored
Update README.md
1 parent 65db462 commit 5ee97d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The method behind this is coming from my [finding](https://twitter.com/KeeVeeGam
1010
* Copying ds'es won't deep copy them but pass them through as real numbers.<sup>✶</sup>
1111
* Be mindful about circular references, they will make the algorithm stuck in an infinite loop.<sup>✶</sup>
1212
* There is no way to mark a field to not be "copiable".<sup>✶</sup>
13-
* Copying function references is also not working: it will shallow copy the reference to the original method, as I am not aware of any way to deep copy functions.
13+
* Copying function references will shallow copy the reference to the original method, as I am not aware of any way to deep copy functions.
1414

1515
<sup>✶</sup> — you may consider using DeepCopy+ and Protoclasses as a part of GMProto framework, that are solving the problem of deep cloning ds'es, preventing circular references, adding the way to mark fields "unserializable" and having better type checking (not currently released, [stay tuned](https://twitter.com/KeeVeeGames)).
1616

0 commit comments

Comments
 (0)