Skip to content

Commit

Permalink
doc/dotfile.md: correct edit command
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Oct 13, 2018
1 parent 60a3c7e commit 53699e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/dotfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here is an handy way to edit it:
```julia
julia> using TimeSeries

julia> @edit joinpath(dirname(pathof(TimeSeries)), "src", ".timeseriesrc.jl")
julia> edit(joinpath(dirname(pathof(TimeSeries)), ".timeseriesrc.jl"))
```

## `DECIMALS`
Expand Down

0 comments on commit 53699e6

Please sign in to comment.