Skip to content

Commit de278dc

Browse files
committed
Fix use case rendering
1 parent 9753da3 commit de278dc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

_notes/software-architecture/uml/use-cases.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,16 @@ layout: notes
135135
4. The software replaces all occurrences of the search term with the replacement text.
136136

137137
# Use Case: Search and Replace (cont)
138+
138139
* Extensions:
139-
* 3a: Replace only first occurence
140-
1. User indicates that only the first occurrence is to be replaced.
141-
2. Software finds the first occurrence of the search term in the document being edited and replaces it with the replacement text.
142-
3. Use case ends with postcondition state being only the first occurrence is replaced
143-
* 3b: Search only
144-
1. User indicates that the software is only to search and not replace.
145-
2. Software highlights the first occurrence of the search term.
146-
3. Use case ends with post condition state being the first occurrence is highlighted and not replaced.
140+
* 3a: Replace only first occurrence
141+
1. User indicates that only the first occurrence is to be replaced.
142+
2. Software finds the first occurrence of the search term in the document being edited and replaces it with the replacement text.
143+
3. Use case ends with postcondition state being only the first occurrence is greplaced.
144+
* 3b: Search only
145+
1. User indicates that the software is only to search and not replace.
146+
2. Software highlights the first occurrence of the search term.
147+
3. Use case ends with post condition state being the first occurrence is highlighted and not replaced.
147148
* **Postconditions**: All occurrences of the search term have been replaced with the replacement text.
148149

149150
# Use Case: Setting Time and Date

0 commit comments

Comments
 (0)