From dfef136eba29a886938e6f9cbe6bab4002ad6bda Mon Sep 17 00:00:00 2001 From: Alberto Mengali Date: Sat, 21 Sep 2024 13:23:48 +0200 Subject: [PATCH] fix docs typo (#393) --- docs/src/explanations/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/explanations/tools.md b/docs/src/explanations/tools.md index cdb1dcaa..81825d85 100644 --- a/docs/src/explanations/tools.md +++ b/docs/src/explanations/tools.md @@ -1,6 +1,6 @@ # Package roles and alternatives -## SnoopCompile +## SnoopCompileCore SnoopCompileCore is a tiny package with no dependencies; it's used for collecting data, and it has been designed in such a way that it cannot cause any invalidations of its own. Collecting data on invalidations and inference with SnoopCompileCore is the only way you can be sure you are observing the "native state" of your code.