Skip to content

Commit 5741940

Browse files
authored
Fix typo in clocks definition section (#2111)
I think it should be "affecting" and not "effecting"
1 parent 9a801d3 commit 5741940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2_2_common_mechanisms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ Clock variables synchronize events between importer and across FMUs, by
617617
* communicating exactly which specific event happens (using <<fmi3SetClock>> in <<EventMode>> in ME and CS or <<fmi3ActivateModelPartition>> in SE) and
618618
* exactly at which time instant, independent from continuous time specified by the arguments of <<fmi3SetTime>> or <<fmi3DoStep>>.
619619

620-
Clocks define <<clocked-variable,model partitions>> effecting only <<clocked-variable,clocked variables>>.
620+
Clocks define <<clocked-variable,model partitions>> affecting only <<clocked-variable,clocked variables>>.
621621

622622
===== Clock Types [[fmi3Clock,`fmi3Clock`]]
623623

0 commit comments

Comments
 (0)