Skip to content

Commit facb672

Browse files
authored
Fix typo in NEWS.md (#2880)
1 parent 527fa8e commit facb672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
* the `DataFrame` constructor when column names are passed to it as a second
6767
argument now determines if a passed vector of column names is valid based on
6868
its contents and not element type
69-
([#2829](https://github.com/JuliaData/DataFrames.jl/pull/2859))
69+
([#2859](https://github.com/JuliaData/DataFrames.jl/pull/2859))
7070
* the `DataFrame` constructor when matrix is passed to it as a first
7171
argument now allows `copycols` keyword argument
72-
([#2829](https://github.com/JuliaData/DataFrames.jl/pull/2859))
72+
([#2859](https://github.com/JuliaData/DataFrames.jl/pull/2859))
7373

7474
## Bug fixes
7575

0 commit comments

Comments
 (0)