Browse Source

Issue #1395: Typo fixed.

Rainer Klute 8 years ago
parent
commit
ec28e4f790
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/org.yakindu.sct.doc.user/src/user-guide/sctunit.textile

+ 1 - 1
plugins/org.yakindu.sct.doc.user/src/user-guide/sctunit.textile

@@ -321,7 +321,7 @@ An operation can call other operations. This is like subroutine calls in other p
 * located in the same test class,
 * located in "imported":#sctunit_the_import_statement test classes that pertain to the same statechart.
 
-Operations that are declared in the statechart _cannot_ be executed during a test. If you need them to be called you can "mocked":#sctunit_mocking_an_operation_call them.
+Operations that are declared in the statechart _cannot_ be executed during a test. If you need them to be called you can "mock":#sctunit_mocking_an_operation_call them.
 
 
 h4. Annotations