Skip to content

Commit aa1629a

Browse files
authored
Update basics.md
1 parent 08c1f64 commit aa1629a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Alternatively you can pass a vector of column names as a second argument to the
116116
`Dataset`:
117117

118118
```jldoctest
119-
julia> Dataset([1 0; 2 0], ["col1", "col2"])
119+
julia> Dataset([1 0; 2 0], [:col1, :col2])
120120
2×2 Dataset
121121
Row │ col1 col2
122122
│ identity identity

0 commit comments

Comments
 (0)