Skip to content

Commit

Permalink
fix broken doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Aug 31, 2022
1 parent 9ca90d5 commit ec2d02f
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 @@ -46,7 +46,7 @@ julia> c2.l # Note that galactic coordinate fields are l, b
1.6814027872278692
julia> c1 |> FK5Coords{2000} # Can use piping syntax for conversion
FK5Coords{2000, Float64}(1.1102233723050001e-7, 4.411803426976326e-8)
FK5Coords{2000, Float64}(1.1102233723050133e-7, 4.411803426976326e-8)
```

### Parsing from strings
Expand Down

0 comments on commit ec2d02f

Please sign in to comment.