Skip to content

Commit e200b1d

Browse files
Update README.md
1 parent 7e8db0c commit e200b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ g = GroupedArray(p)
2020
# 2
2121
# missing
2222
```
23-
Internally, a `GroupedArray` is stored as a vector of Integers (where 0 corresponds to `missing`).
23+
Internally, a `GroupedArray` is stored as a vector of Integers, where 0 corresponds to `missing`.
2424

2525
`GroupedArray` can be used to compute groups across multiple vectors:
2626
```julia

0 commit comments

Comments
 (0)