Fix a typo error in docs (#2098)

This commit is contained in:
Leon Wang
2020-08-05 22:16:32 +08:00
committed by GitHub
parent 8cfff26957
commit fec77c16ac

View File

@@ -132,7 +132,7 @@ Alternatively we could also use `perf annotate` to take a look at the
disassembly of the `fib` function, seeing what the JIT generated:
```sh
$ perf annotate --input perf.jit-data
$ perf annotate --input perf.jit.data
```
![perf annotate output](assets/perf-annotate-fib.png)