Skip to content

Commit fc49fb3

Browse files
committed
[doc] Fix typo in batmobile tutorial
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent 8ecf414 commit fc49fb3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

doc/content/modules/user-manual/pages/hands-on/tutorials/batmobile.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The new elements created from the {diag-toolbar} are visible either from the {ex
3131

3232
=== Setting Multiplicity
3333

34-
. Select the `Batmobile` part definition and click on the `Structure` -> `New Part` tool in the {diag-toolbar} to create a new part usage
34+
. Select the `Vehicle` part definition and click on the `Structure` -> `New Part` tool in the {diag-toolbar} to create a new part usage
3535
. Rename the new part usage to `wheels`.
3636
. Select the `wheels` part usage, type "F2" and rename it `wheels[4] : Wheel`. `Wheel` does not exist yet so it will automatically be created.
3737

@@ -58,7 +58,7 @@ image::tutorial-referenced-library.png[Tutorial: Referenced library]
5858

5959
. Right-click on the diagram background and click on the `Structure` -> `New Part Definition` tool.
6060
. A new part definition is created.
61-
. Rename it `Batmobile:> Vehicle`.
61+
. Rename it `Batmobile :> Vehicle`.
6262
. A new `specialization` relationship is created between the `Batmobile` part definition and the `Vehicle` part definition.
6363

6464
=== Creating Subsetting
@@ -73,7 +73,7 @@ image::tutorial-referenced-library.png[Tutorial: Referenced library]
7373

7474
. Right-click on the diagram background and click on the `Structure` -> `New Part` tool.
7575
. A new part usage is created.
76-
. Rename it to `bulletProofWheels[4]:>>wheels`.
76+
. Rename it to `bulletProofWheels[4] :>> wheels`.
7777
. A new `redefines` relationship appears between the `bulletProofWheels` part definition and the`wheels` part usage.
7878

7979
== Step 4: Create Relationship
@@ -84,19 +84,19 @@ image::tutorial-referenced-library.png[Tutorial: Referenced library]
8484
. A new part definition is created.
8585
. Rename it `BatmobileNG`
8686
. Click on node `BatmobileNG`.
87-
. Click on arrow border and hold down until `Batmobile:> Vehicle` node.
87+
. Click on arrow border and hold down until `Batmobile :> Vehicle` node.
8888
. Select the `New Subclassification` tool.
8989

9090

9191
=== Creating containment relationships
9292

9393
. Click on node `frontRightWheel :> wheels`.
94-
. Click on arrow border and hold down until `Batmobile:> Vehicle` node.
94+
. Click on arrow border and hold down until `Batmobile :> Vehicle` node.
9595
. Select the `Become nested part` tool.
9696
. A new containment edge is created and element `frontRightWheel` is moved under `Batmobile` in model
9797
. Redo same actions with `frontLeftWheel :> wheels`.
9898
. Click on node `bulletProofWheels[4] :>> wheels`.
99-
. Click on arrow border and hold down until `BatmobileNG:> Batmobile` node.
99+
. Click on arrow border and hold down until `BatmobileNG :> Batmobile` node.
100100
. Select the `Become nested part` tool.
101101
. A new containment edge is created and element `bulletProofWheels` is moved under `BatmobileNG` in model
102102

scripts/check-coverage.jsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ record ModuleCoverage(String moduleName, double expectedCoverage) {}
3232
double expectedGlobalCoverage = 69.0;
3333
var moduleCoverageData = List.of(
3434
new ModuleCoverage("syson-application", 37.0),
35-
new ModuleCoverage("syson-application-configuration", 74.0),
35+
new ModuleCoverage("syson-application-configuration", 75.0),
3636
new ModuleCoverage("syson-common-view", 100.0),
3737
new ModuleCoverage("syson-diagram-common-view", 88.0),
3838
new ModuleCoverage("syson-diagram-services", 84.0),
39-
new ModuleCoverage("syson-direct-edit-grammar", 67.0),
39+
new ModuleCoverage("syson-direct-edit-grammar", 68.0),
4040
new ModuleCoverage("syson-form-services", 100.0),
4141
new ModuleCoverage("syson-model-services", 94.0),
4242
new ModuleCoverage("syson-representation-services", 100.0),

0 commit comments

Comments
 (0)