cryptozombies-lesson-code
cryptozombies-lesson-code copied to clipboard
fix(createZombie): _name should be of reference type
Motivation:
Function parameter _name should be reference type.
Modification:
Add memory keyword to _name function argument.