Merge pull request #73 from wewewer123/patch-1

Update README.md
This commit is contained in:
2022-11-25 08:30:31 +00:00
committed by GitHub

View File

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