fix: JSX error

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
This commit is contained in:
Yue Yang 2021-01-08 22:48:22 +08:00
parent e672d5a6b3
commit 0e1de4e590
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ The following diagram illustrates the overall I/O fault injection process:
![Fault injection process](/img/fault-injection-process.jpg)
<div style={{ margin: '1rem 0', font-style: 'italic', textAlign: 'center' }}> Fault injection process </div>
<div style={{ margin: '1rem 0', fontStyle: 'italic', textAlign: 'center' }}> Fault injection process </div>
In this diagram, each horizontal line corresponds to a thread that runs in the direction of the arrows. The **Mount/Umount Filesystem** and **Replace FD** tasks are carefully arranged in sequence. Given the process above, this arrangement makes a lot of sense.