Fix to table in documentation

Markdown broken in table at line 65. Added in necessary additions to correct documentation to make readable and easier to follow properly in the future.
This commit is contained in:
Joseph Melfi
2021-08-25 00:24:52 -07:00
committed by GitHub
parent 719de71de4
commit ff75349d95

View File

@@ -63,6 +63,7 @@ A requirement definition contains a requirement type, name, id, text, risk, and
Type, risk, and method are enumerations defined in SysML. Type, risk, and method are enumerations defined in SysML.
| Keyword | Options | | Keyword | Options |
|---|---|
| Type | requirement, functionalRequirement, interfaceRequirement, performanceRequirement, physicalRequirement, designConstraint | | Type | requirement, functionalRequirement, interfaceRequirement, performanceRequirement, physicalRequirement, designConstraint |
| Risk | Low, Medium, High | | Risk | Low, Medium, High |
| VerifcationMethod | Analysis, Inspection, Test, Demonstration | | VerifcationMethod | Analysis, Inspection, Test, Demonstration |
@@ -170,4 +171,4 @@ This example uses all features of the diagram.
test_req5 - refines -> test_req6 test_req5 - refines -> test_req6
test_entity3 - verifies -> test_req5 test_entity3 - verifies -> test_req5
test_req <- copies - test_entity2 test_req <- copies - test_entity2
``` ```