Skip to content

Commit 4b9b4e2

Browse files
authored
Update README.md
1 parent 7612640 commit 4b9b4e2

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
@@ -35,7 +35,7 @@ public class MyMonoBehavior : MonoBehaviour
3535
// public IMyInterface<int> Value { get; set; }
3636
3737
// 1. gather derived types of property (`IMyInterface<>`)
38-
// then generate a concrete version of those types and make them all implement `IBase` interface
38+
// then generate a non-generic version of those types and make them all implement `IBase` interface
3939
private static class <Value>__generic_serialize_reference
4040
{
4141
public interface IBase {}

0 commit comments

Comments
 (0)