Skip to content

Commit aac35d6

Browse files
committed
Update map.md
1 parent e06804d commit aac35d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/man/map.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Now let's call `sqrt` on all values. Note that `sqrt` of an integer is a float a
5454
```jldoctest
5555
julia> map!(ds, sqrt, :)
5656
┌ Warning: cannot map `f` on ds[!, :x1] in-place, the selected column is Union{Missing, Int64} and the result of calculation is Union{Missing, Float64}
57-
└ @ InMemoryDatasets ~/.julia/dev/InMemoryDatasets/src/dataset/other.jl:394
57+
└ @ InMemoryDatasets ...
5858
┌ Warning: cannot map `f` on ds[!, :x2] in-place, the selected column is Union{Missing, Int64} and the result of calculation is Union{Missing, Float64}
59-
└ @ InMemoryDatasets ~/.julia/dev/InMemoryDatasets/src/dataset/other.jl:394
59+
└ @ InMemoryDatasets ...
6060
5×3 Dataset
6161
Row │ x1 x2 x3
6262
│ identity identity identity

0 commit comments

Comments
 (0)