Skip to content

Commit a3869e3

Browse files
authored
fix: typo (#2873)
1 parent 961b916 commit a3869e3

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
@@ -400,7 +400,7 @@ julia> names(german, AbstractString)
400400
"Purpose"
401401
```
402402

403-
You can explore more options of filtering column naes in the documentation of
403+
You can explore more options of filtering column names in the documentation of
404404
the [`names`](@ref) function.
405405

406406
If instead you wanted to get column names of a data frame as `Symbol`s use the `propertynames` function:

0 commit comments

Comments
 (0)