Skip to content

Commit

Permalink
Fix typo for DMN custom data type name (apache#2188)
Browse files Browse the repository at this point in the history
* Fix typo for DMN custom data type name

* Update dmn-gs-creating-custom-datatypes-proc.adoc
  • Loading branch information
tarilabs authored and nprentza committed Jul 15, 2022
1 parent 6ea8c4a commit 16ac8c6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ image::dmn/dmn-custom-datatypes-tab.png[]
//.Diagram properties tab
//image::dmn/dmn-diagram-properties-tab.png[]

The following tables list the `Driver`, `Violation`, and `Fine` custom data types that you will create for this project.
The following tables list the `tDriver`, `tViolation`, and `tFine` custom data types that you will create for this project.

.Driver custom data types
.`tDriver` custom data type
[cols="1,1", options="header"]
|===
|Name |Type
Expand All @@ -26,7 +26,7 @@ The following tables list the `Driver`, `Violation`, and `Fine` custom data type
|Points |number
|===

.Violation custom data types
.`tViolation` custom data type
[cols="1,1", options="header"]
|===
|Name |Type
Expand All @@ -39,7 +39,7 @@ The following tables list the `Driver`, `Violation`, and `Fine` custom data type
|Actual Speed |number
|===

.Fine custom data types
.`tFine` custom data type
[cols="1,1", options="header"]
|===
|Name |Type
Expand Down

0 comments on commit 16ac8c6

Please sign in to comment.