Skip to content

Commit

Permalink
Updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleCeresoli committed Aug 1, 2024
1 parent 722d518 commit 5d63f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fractional part.
### Fields
- `seconds`: The integer number of seconds.
- `fraction`: The fractional part of the duration, where `T` is a subtype of `Real`.
- `fraction`: The fractional part of the duration, where `T` is a subtype of `Number`.
"""
struct Duration{T} <: Number
seconds::Int
Expand Down

0 comments on commit 5d63f21

Please sign in to comment.