Skip to content

Commit 2cb3d56

Browse files
committed
SYSML21-370 Corrected typo in doc of Time::Clock.
1 parent 628e21f commit 2cb3d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sysml.library/Domain Libraries/Quantities and Units

sysml.library/Domain Libraries/Quantities and Units/Time.sysml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ standard library package Time {
3131
part def Clock :> Clocks::Clock {
3232
doc
3333
/*
34-
* A Clock provides a currentTime as a TimeInstantValue that advances montonically over its lifetime.
34+
* A Clock provides a currentTime as a TimeInstantValue that advances monotonically over its lifetime.
3535
*/
3636

3737
attribute :>> currentTime : TimeInstantValue;

0 commit comments

Comments
 (0)