Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 51aa440

Browse files
authored
Small spelling/grammar corrections to README.md
1 parent 06b7057 commit 51aa440

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ must be provided if not a string. You can do this like so:
6767

6868
Supported types are [found here](http://php.net/settype).
6969

70-
#### Cypertext representation
70+
### Cyphertext representation
71+
7172
The cypher text always results in a string with varying length always longer than 255 chars.
7273
Therefore you should use a datatype capable of representing the full length of it.
73-
Be aware that even an integer property will be handled as a string representation in the database.
74+
Be aware that any non-string property will be handled as a string representation in the database.
7475

7576
### Hashing
7677

0 commit comments

Comments
 (0)