Skip to content

Commit e9ce3c4

Browse files
authored
Fix a few typos in the documentation (#282)
* Fix a typo in the README file * Fix a typo in the index file of the docs
1 parent 1c1f590 commit e9ce3c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ julia> @btime $(Ref(a))[] + $(Ref(b))[]
105105
3
106106
```
107107

108-
As described the [manual](https://juliaci.github.io/BenchmarkTools.jl/dev/manual/), the BenchmarkTools package supports many other features, both for additional output and for more fine-grained control over the benchmarking process.
108+
As described in the [manual](https://juliaci.github.io/BenchmarkTools.jl/dev/manual/), the BenchmarkTools package supports many other features, both for additional output and for more fine-grained control over the benchmarking process.
109109

110110
## Why does this package exist?
111111

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ julia> @btime $(Ref(a))[] + $(Ref(b))[]
7373
3
7474
```
7575

76-
As described the [Manual](@ref), the BenchmarkTools package supports many other features, both for additional output and for more fine-grained control over the benchmarking process.
76+
As described in the [Manual](@ref), the BenchmarkTools package supports many other features, both for additional output and for more fine-grained control over the benchmarking process.

0 commit comments

Comments
 (0)