We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce53a7b + a8d2621 commit a5ebfaaCopy full SHA for a5ebfaa
README.md
@@ -19,7 +19,7 @@ julia> TestEnv.activate();
19
julia> using ChainRulesCore
20
```
21
22
-You an also pass in the name of a package, to activate that package and it's test dependencies:
+You can also pass in the name of a package, to activate that package and it's test dependencies:
23
`TestEnv.activate("Javis")` for example would activate Javis.jl's test environment.
24
25
Finally you can pass in a function to run in this environment.
0 commit comments