We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8db0c commit e200b1dCopy full SHA for e200b1d
1 file changed
README.md
@@ -20,7 +20,7 @@ g = GroupedArray(p)
20
# 2
21
# missing
22
```
23
-Internally, a `GroupedArray` is stored as a vector of Integers (where 0 corresponds to `missing`).
+Internally, a `GroupedArray` is stored as a vector of Integers, where 0 corresponds to `missing`.
24
25
`GroupedArray` can be used to compute groups across multiple vectors:
26
```julia
0 commit comments