Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint at doc/contributing/investigating-native-memory-leaks.md
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
mahmoud-moursy and Trott authored Feb 15, 2022
commit fe9627eca86a15d81ef723d8bb6ff35ce0d0e4da
2 changes: 1 addition & 1 deletion doc/contributing/investigating-native-memory-leaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies or native [addons](https://nodejs.org/docs/latest/api/n-api.html).
This guide provides information on how to use Valgrind to investigate these
issues on Linux platforms.

## Valgrind
## Valgrind

[Valgrind](https://valgrind.org/docs/manual/quick-start.html) is a
tool available on Linux distributions which can be used to investigate
Expand Down