Fix typo: profilng -> profiling (#3492)

This commit is contained in:
Philipp Oppermann
2021-10-29 21:01:41 +02:00
committed by GitHub
parent d49b83fcc4
commit 795e381be4

View File

@@ -259,7 +259,7 @@
//! asynchronously. //! asynchronously.
//! //!
//! * `jitdump` - Enabled by default, this feature compiles in support for the //! * `jitdump` - Enabled by default, this feature compiles in support for the
//! jitdump runtime profilng format. The profiler can be selected with //! jitdump runtime profiling format. The profiler can be selected with
//! [`Config::profiler`]. //! [`Config::profiler`].
//! //!
//! * `vtune` - Not enabled by default, this feature compiles in support for //! * `vtune` - Not enabled by default, this feature compiles in support for