Skip to content

Commit d73b021

Browse files
authored
Update README.md
1 parent 79853f2 commit d73b021

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
@@ -50,7 +50,7 @@ public class MyMonoBehavior : MonoBehaviour
5050

5151
// 3. inject code into property's getter and setter
5252
// make sure property get value from serialized field first
53-
// and set serialized field into null to avoid get from it next time.
53+
// and setter set serialized field into null to avoid get from it next time.
5454
[GenericSerializeReference]
5555
public IMyInterface<int> Value
5656
{

0 commit comments

Comments
 (0)