Skip to content

Commit fe8d555

Browse files
authored
Update Storage.md
1 parent 0820493 commit fe8d555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/doc/Storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Represents persistent storage.
2424

2525
* ```storage.createIndex(type : string [, unique: bool]) returns: Index | null```
2626

27-
Creates an index of given type and returns the index object. Index could have unique or duplicated keys depending on unique argument. Default value for unique is true. Supported types: "integer", "long", "float", "date" and "string".
27+
Creates an index of given type and returns the index object. Index can have unique or duplicated keys depending on unique argument. Default value for *unique* is *true*. Supported types: "integer", "long", "float", "date" and "string".

0 commit comments

Comments
 (0)