From d8163c2ebf4cd02cbf37f90050772178280b5590 Mon Sep 17 00:00:00 2001 From: wewewer123 <74647510+wewewer123@users.noreply.github.com> Date: Mon, 3 Oct 2022 19:27:22 +0200 Subject: [PATCH] Update README.md fixed a simple issue in the read example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f20e65..993d5cc 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ try { case NSNumber.BOOLEAN: { - boolean bool = num.ToBool(); + bool boolean = num.ToBool(); // ... break; }