From 765d573441325d4940226a09bad506ba8707799d Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 15 Jun 2010 17:49:53 -0400 Subject: [PATCH] Fixed a typo in the profiler documentation. --- collects/profile/scribblings/toplevel.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/profile/scribblings/toplevel.scrbl b/collects/profile/scribblings/toplevel.scrbl index 751af097f0..4beabccf3e 100644 --- a/collects/profile/scribblings/toplevel.scrbl +++ b/collects/profile/scribblings/toplevel.scrbl @@ -9,7 +9,7 @@ @defmodule[profile] -This module provides one procedure and one macroxs that are convenient +This module provides one procedure and one macro that are convenient high-level entry points for timing expressions. This hides the details that are available through other parts of the library, and is intended as a convenient tool for profiling code.