fix: JSX error
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
This commit is contained in:
parent
e672d5a6b3
commit
0e1de4e590
|
|
@ -124,7 +124,7 @@ The following diagram illustrates the overall I/O fault injection process:
|
|||
|
||||

|
||||
|
||||
<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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue