Skip to content

Commit c10d4f4

Browse files
committed
Update description about 32-bit compatibility
1 parent 417f603 commit c10d4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ via Composer:
2727
composer require vectorial1024/open-location-code-php
2828
```
2929

30-
**Special Notice**: to ensure 32-bit PHP compatibility, this library uses `float` variables instead of `int` variables to calculate Open Location Codes.
31-
This may cause inaccuracies in some unforseen edge cases, but generally speaking, there should be no problems.
30+
**Special Notice**: to ensure 32-bit PHP compatibility, this library will check the PHP runtime and, if it detects a 32-bit PHP runtime, will use `float` variables instead of `int` variables to calculate Open Location Codes.
31+
This may cause some unintended inaccuracies in 32-bit PHP, but generally speaking, there should be no problems.
3232

3333
## Example code
3434

0 commit comments

Comments
 (0)