From a84f11f970e37f0fd73601dc474599cbc3c9a0f5 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Sun, 9 Feb 2014 00:00:41 -0500 Subject: [PATCH] Minor wording fix in Guide --- .../scribblings/guide/contracts-simple-function.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-simple-function.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-simple-function.scrbl index 101dcc0a05..db8a77c760 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-simple-function.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-simple-function.scrbl @@ -123,7 +123,7 @@ Note that this has two potentially important impacts on the use of even inside the module in which it is defined, this may increase the number of times the contract is checked. This could lead to a performance degradation. This is especially true if the function - is called repeatedly in loops or recursion.} + is called repeatedly in loops or using recursion.} @item{In some situations, a function may be written to accept a more lax set of inputs when called by other code in the same module. For such use cases, the contract boundary established by