Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 4ca3f23

Browse files
committed
Update README.md
1 parent 1deaafa commit 4ca3f23

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
@@ -326,7 +326,7 @@ All other scalar values are stored as strings that are surrounded with double qu
326326

327327
### C# Structs and Value Types
328328

329-
Because a C# struct is a value type whose public properties are normally just convenience properties around a single scalar value, they are ignored instead the **TStruct.ToString()** method is used to serialize and either the **static TStruct.Parse()**** method or **new TStruct(string)** constructor will be used to deserialize the value type if it exists.
329+
Because a C# struct is a value type whose public properties are normally just convenience properties around a single scalar value, they are ignored instead the **TStruct.ToString()** method is used to serialize and either the **static TStruct.Parse()** method or **new TStruct(string)** constructor will be used to deserialize the value type if it exists.
330330

331331
### array type
332332

0 commit comments

Comments
 (0)