Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Sep 21, 2023
1 parent 242d33c commit 4ff05bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseType.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For example,
Float32 => Float32,
Float32 => Float32,
Array{Float64,1} => Float64,
ComplexF64 => ComplexF64,
ComplexF64 => Float64,
Dual{Int64} => Int64,
Quantity{Float32} => Float32,
]
Expand Down

2 comments on commit 4ff05bc

@MilesCranmer
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 register()

@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/91866

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>" 4ff05bcddeea4305397a1bdde134b95ccf64f4ec
git push origin v0.1.0

Please sign in to comment.