Skip to content

Commit 87b50fc

Browse files
committed
Fix doctests
1 parent 4b12853 commit 87b50fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/using.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ julia> xy = vcat(x, y)
251251
"Middle"
252252
253253
julia> levels(xy)
254-
3-element Vector{String}:
254+
3-element CategoricalArray{String,1,UInt32}:
255255
"Young"
256256
"Middle"
257257
"Old"

0 commit comments

Comments
 (0)