Skip to content

Commit 5ddfbf3

Browse files
Rename duration_since_j1900_tai to duration
1 parent e1a2658 commit 5ddfbf3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/hifitime/design.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ A packed structured is composed of two items and fits on 11 octets.
2929

3030
```mermaid
3131
classDiagram
32-
class duration_since_j1900_tai
33-
duration_since_j1900_tai: Duration
34-
duration_since_j1900_tai: 80 bits
32+
class duration
33+
duration: Duration
34+
duration: 80 bits
3535
class time_scale
3636
time_scale: Timescale
3737
time_scale: 8 bits

0 commit comments

Comments
 (0)