Skip to content

Commit

Permalink
Update 06-other-clauses.adoc
Browse files Browse the repository at this point in the history
tweaked Fig 1 Mermaid
  • Loading branch information
chris-little authored Feb 8, 2024
1 parent ede6a25 commit aaea953
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion abstract-specification/sections/06-other-clauses.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class Timescale {
}
Timescale "1" o-- "1" Clock : has a
Timescale "1" o-- "1" UnitOfMeasure : has a
Timeline "1" o-- "2..*" Timescale : has a
class Clock {
}
Clock "1" o-- "1..*" Tick : has a
Expand All @@ -67,4 +66,7 @@ class UnitOfMeasure {
class Algorithm {
}
Algorithm "1" o-- "2..*" Timescale : has a
class Timeline {
}
Timeline "1" o-- "2..*" Timescale : has a
```

0 comments on commit aaea953

Please sign in to comment.