Skip to content

Commit 8db5fc8

Browse files
Typo fixes in docs homepage (mainly variable name fix) (#219)
1 parent 15e3498 commit 8db5fc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This package is a part of the
1515

1616
To install `MLDatasets.jl`, start up Julia and type the following
1717
code snippet into the REPL. It makes use of the native Julia
18-
package manger.
18+
package manager.
1919

2020
```julia
2121
Pkg.add("MLDatasets")
@@ -53,7 +53,7 @@ dataset MNIST:
5353
features => 28×28×60000 Array{Float32, 3}
5454
targets => 60000-element Vector{Int64}
5555
56-
julia> length(d)
56+
julia> length(trainset)
5757
60000
5858
5959
julia> trainset[1] # return first observation as a NamedTuple
@@ -169,9 +169,9 @@ dataset Iris:
169169

170170
## Download location
171171

172-
MLDatasets.jl is build on top of the package
172+
MLDatasets.jl is built on top of the package
173173
[`DataDeps.jl`](https://github.com/oxinabox/DataDeps.jl).
174-
To load the data the package looks for the necessary files in
174+
To load the data, the package looks for the necessary files in
175175
various locations (see
176176
[`DataDeps.jl`](https://github.com/oxinabox/DataDeps.jl#configuration)
177177
for more information on how to configure such defaults). If the

0 commit comments

Comments
 (0)