Skip to content

Commit 1f9973c

Browse files
authored
Update README.md
1 parent 5859894 commit 1f9973c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ IReadOnlyDictionary<TKey, TValue>
114114
[AnySerializable]
115115
public class AnySerializableClass
116116
{
117-
[AnySerializeFieldOrder(0)] // optional, but recommend. prevent issue on reorder fields.
117+
// optional, but recommend.
118+
// prevent issue on reorder fields.
119+
[AnySerializeFieldOrder(0)]
118120
public int[][] Array2;
119121
120122
[AnySerializeFieldOrder(1)]

0 commit comments

Comments
 (0)