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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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.
| Keyword | Options |
|---|---|
| Type | requirement, functionalRequirement, interfaceRequirement, performanceRequirement, physicalRequirement, designConstraint |
| Risk | Low, Medium, High |
| VerifcationMethod | Analysis, Inspection, Test, Demonstration |
@ -170,4 +171,4 @@ This example uses all features of the diagram.
test_req5 - refines -> test_req6
test_entity3 - verifies -> test_req5
test_req <- copies - test_entity2
```
```