Skip to content

Commit 463e829

Browse files
committed
update README.md
1 parent 3f83248 commit 463e829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can see the json file contains taint edges from one call parameter to anothe
107107
}
108108
}
109109
```
110-
This means there is a taint edge from position `0` of `startProcessing` (in this case, the parameter is the receiver `bench.cleaner` itself ) to position `0` of `StdoutPipe` (in this case, the parameter is ther reciver `exec.Cmd` iteself, too)
110+
This means there is a taint edge from position `0` of `startProcessing` (in this case, the parameter is the receiver `bench.cleaner` itself ) to position `0` of `StdoutPipe` (in this case, the parameter is ther recevier `exec.Cmd` iteself, too)
111111

112112

113113
## Use as a framework

0 commit comments

Comments
 (0)