From 899962b9f1dfed38c9cbf9ce4e9694e3c3eda5ac Mon Sep 17 00:00:00 2001
From: SebiAi <41116921+SebiAi@users.noreply.github.com>
Date: Wed, 19 Mar 2025 12:14:41 +0100
Subject: [PATCH] Fix the non correct description of the `is24111()` function
The original text specifies that it checks for the Pro only. But the function checks if the model string of the device *contains* `A059` which therefore also supports the pro's model string of `A059P`.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index abb9aeb..9fc1bb0 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Help to distinguish between smartphone model.
| boolean | ```is22111()```
Whether model is Phone (2) |
| boolean | ```is23111()```
Whether model is Phone (2a) |
| boolean | ```is23113()```
Whether model is Phone (2a) Plus |
-| boolean | ```is24111()```
Whether model is Phone (3a) Pro and Phone (3a) Pro |
+| boolean | ```is24111()```
Whether model is Phone (3a) or Phone (3a) Pro |
## Glyph
How the Glyph Interface is indexed
### Nothing Phone (1)