Skip to content

Commit

Permalink
Fix copy-paste mistake in docs of Test (JuliaLang/julia#51539)
Browse files Browse the repository at this point in the history
  • Loading branch information
uekerman authored Oct 2, 2023
1 parent b726dfd commit 9ce9b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ end

#### Writing Tests for `greeting_tests.jl`

Using our knowledge of `Test.jl`, here are some example tests we could add to `math_tests.jl`:
Using our knowledge of `Test.jl`, here are some example tests we could add to `greeting_tests.jl`:

```julia
@testset "Testset 3" begin
Expand Down

0 comments on commit 9ce9b6d

Please sign in to comment.