Skip to content

Commit baabc3f

Browse files
Update content/develop/data-types/compare-data-types.md
Co-authored-by: David Dougherty <[email protected]>
1 parent 292f968 commit baabc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/data-types/compare-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ questions:
311311
### Sequences
312312

313313
You would normally store sequences of string or binary data using sorted sets,
314-
lists or streams. They each have advantages and disadvantages for particular purposes.
314+
lists, or streams. They each have advantages and disadvantages for particular purposes.
315315
Use the decision tree below as a guide to choosing the best data type for your task.
316316

317317
```decision-tree {id="sequences-tree"}

0 commit comments

Comments
 (0)