Skip to content

Commit b8adff1

Browse files
committed
small word improvement
1 parent e615c8c commit b8adff1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DrWatson"
22
uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
33
repo = "https://github.com/JuliaDynamics/DrWatson.jl.git"
4-
version = "2.6.1"
4+
version = "2.6.2"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/project_setup.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ end
176176
177177
!!! warning "Usage in Pluto.jl"
178178
Pluto.jl understands the `@quickactivate` macro and will switch to
179-
using the standard Julia package manager once it encounters the commands
180-
`using DrWatson` and/or `@quickactivate`. But, because `@quickactivate` is a macro
179+
using the standard Julia package manager once it encounters it (or `quickactivate`).
180+
But, because `@quickactivate` is a macro
181181
it needs to be executed in a new cell, after `using DrWatson`. I.e., you need to split
182182
```julia
183183
begin

0 commit comments

Comments
 (0)