Skip to content

Commit

Permalink
Fix exponent in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Apr 28, 2020
1 parent 2d6d8ce commit b8173c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/categorical.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ julia> sort(cv)
```

By default, a `CategoricalArray` is able to represent ``2^32`` different levels.
By default, a `CategoricalArray` is able to represent ``2^{32}`` different levels.
You can use less memory by calling the `compress` function:

```jldoctest categorical
Expand Down

0 comments on commit b8173c2

Please sign in to comment.