From e9310445847303801104d1770e8e4d907139512e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 28 Apr 2017 16:28:02 +0200 Subject: [PATCH] Fixed small typo in documentation for profile --- profile-doc/profile/scribblings/toplevel.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile-doc/profile/scribblings/toplevel.scrbl b/profile-doc/profile/scribblings/toplevel.scrbl index 4dd70f4..f8d6ab1 100644 --- a/profile-doc/profile/scribblings/toplevel.scrbl +++ b/profile-doc/profile/scribblings/toplevel.scrbl @@ -51,7 +51,7 @@ Keyword arguments can customize the profiling: periodically collect stack snapshots (using @racket[continuation-mark-set->context]). To determine the frequency of these collections, the sampler thread sleeps - @racket[delay] seconds between collections. Note that this is will + @racket[delay] seconds between collections. Note that this will be close, but not identical to, the frequency in which data is actually sampled. (The @racket[delay] value is passed on to @racket[create-sampler], which creates the sampler thread.)}