Skip to content

Commit

Permalink
Fix misleading example in sphdist.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Dec 10, 2024
1 parent 9040efe commit 507439c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sphdist.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ is expressed in radians unless `degrees` keyword is set to `true`.
```jldoctest
julia> using AstroLib
julia> sphdist(120, -43, 175, +22)
1.5904422616007134
julia> sphdist(120, -43, 175, +22, degrees=true)
82.33037963318735
```
### Notes ###
Expand Down

0 comments on commit 507439c

Please sign in to comment.