Update README.md

fixed a simple issue in the read example
This commit is contained in:
wewewer123
2022-10-03 19:27:22 +02:00
committed by GitHub
parent aec9675375
commit d8163c2ebf

View File

@@ -93,7 +93,7 @@ try
{
case NSNumber.BOOLEAN:
{
boolean bool = num.ToBool();
bool boolean = num.ToBool();
// ...
break;
}