diff --git a/src/lib.rs b/src/lib.rs index 7342db1..157d033 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -43,7 +43,7 @@ fn main() -> Result<(), Box> { } ``` -Calliper basically respawns self process with modified environment variable that is used by [Runner] to determine which function to run (while already running under Callgrind). +Calliper basically respawns self process with modified environment variable that is used by [Runner] to determine which function to run (while already running under Callgrind). */ #![deny(missing_docs)] mod callgrind;