Skip to content

Commit

Permalink
Docs: fix a typo in an example (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 24, 2021
1 parent 7a154f6 commit ccf6ecb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ julia> libs = [:Gaius, :Octavian, :OpenBLAS]

julia> sizes = [10, 20, 30]

julia> sizes = [1_000]

julia> threaded = true

julia> benchmark_result = runbench(Float64; libs, sizes, threaded)
Expand Down

2 comments on commit ccf6ecb

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/28482

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" ccf6ecb5ca16c9a9753d16caea95f91b986f28ec
git push origin v0.1.0

Please sign in to comment.