Skip to content

Commit

Permalink
Remove sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc committed Aug 15, 2022
1 parent d46e4c0 commit ea90de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/size_tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ Reorients a 1D vector `vec` along dimension `dim`.
The total output dimension is `total_dims`.
Type stable version of `reorient`!
```jldoctest
julia> reorient([1,2,3,4], Val(2))
1×4 Matrix{Int64}:
Expand Down

2 comments on commit ea90de4

@roflmaostc
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 created: JuliaRegistries/General/66339

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.5.0 -m "<description of version>" ea90de4a91418b14521eff58526c2a03e20c09ab
git push origin v0.5.0

Please sign in to comment.