Skip to content

Commit

Permalink
typo fix (#13269)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanc-n authored Nov 6, 2024
1 parent a6586cc commit 32266c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/library-user-guide/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Example: Flamegraph for `datafusion-cli` executing `q28.sql`. Note this
must be run as root on Mac OSx to access DTrace.

```shell
sudo flamegraph -- datafusion-cli -f q28.sq
sudo flamegraph -- datafusion-cli -f q28.sql
```

You can also invoke the flamegraph tool with `cargo` to profile a specific test or benchmark.
Expand Down

0 comments on commit 32266c2

Please sign in to comment.