Skip to content

Commit 709a627

Browse files
committed
Try and improve specification rendering
1 parent 56b5eb7 commit 709a627

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

_notes/software-architecture/requirements/specification.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,15 @@ layout: notes
8181
# Use Case Example (continued)
8282

8383
* Extensions:
84-
* 3a: Replace only first occurrence
85-
1. User indicates that only the first occurrence is to be replaced.
86-
2. Software finds the first occurrence of the search term in the document being edited and replaces it with the replacement text.
87-
3. Use case ends with postcondition state being only the first occurrence is replaced.
84+
3a: Replace only first occurrence
85+
1. User indicates that only the first occurrence is to be replaced.
86+
2. Software finds the first occurrence of the search term in the document being edited and replaces it with the replacement text.
87+
3. Use case ends with postcondition state being only the first occurrence is replaced.
8888

89-
# Use Case Example (continued)
90-
* 3b: Search only
91-
1. User indicates that the software is only to search and not replace.
92-
2. Software highlights the first occurrence of the search term.
93-
3. Use case ends with post condition state being the first occurrence is highlighted and not replaced.
89+
3b: Search only
90+
1. User indicates that the software is only to search and not replace.
91+
2. Software highlights the first occurrence of the search term.
92+
3. Use case ends with post condition state being the first occurrence is highlighted and not replaced.
9493
* **Postconditions**: All occurrences of the search term have been replaced with the replacement text.
9594

9695

0 commit comments

Comments
 (0)