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

Commit

Permalink
Small spelling/grammar corrections to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeet authored Mar 27, 2019
1 parent 06b7057 commit 51aa440
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ must be provided if not a string. You can do this like so:

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

#### Cypertext representation
### Cyphertext representation

The cypher text always results in a string with varying length always longer than 255 chars.
Therefore you should use a datatype capable of representing the full length of it.
Be aware that even an integer property will be handled as a string representation in the database.
Be aware that any non-string property will be handled as a string representation in the database.

### Hashing

Expand Down

0 comments on commit 51aa440

Please sign in to comment.