Skip to content

Commit a3b5fa9

Browse files
Update episodes/20-section2-intro.md
Co-authored-by: Matt Graham <matthew.m.graham@gmail.com>
1 parent 8683a61 commit a3b5fa9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

episodes/20-section2-intro.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ alt="Topics on verifying software correctness covered in the current section: te
3939
```mermaid
4040
flowchart LR
4141
accDescr {Topics on verifying software correctness covered in the current section: testing frameworks, automating and scaling up testing, and code debugging}
42-
A(1. Setting up software environment)
43-
A --> B(2. Verifying software correctness:
44-
- Testing frameworks
45-
- Automating & scaling testing: CI and GitHub Actions
46-
- Debugging code)
42+
B("`2. Verifying software correctness:
43+
- Testing frameworks
44+
- Automating & scaling testing: CI and GitHub Actions
45+
- Debugging code`")
46+
A(1. Setting up software environment) --> B
4747
B --> C(3. Software development as a process)
4848
C --> D(4. Collaborative development for reuse)
4949
D --> E(5. Managing software over its lifetime)

0 commit comments

Comments
 (0)