From 1e06b936cb32c0db7007f0d1abfb5936c84b7943 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 4 Dec 2014 13:33:34 -0800 Subject: [PATCH] correct inverted sentences --- .../racket-doc/scribblings/reference/contracts.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl index e4f95c815e..7a376f51c2 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl @@ -813,8 +813,8 @@ result value meets the contract @racket[c].} Constructs a @tech{flat contract} from @racket[predicate]. A value satisfies the contract if the predicate returns a true value. -This function is a holdover from before flat contracts could be used -directly as predicates. It exists today for backwards compatibility. +This function is a holdover from before predicates could be used +directly as flat contracts. It exists today for backwards compatibility. } @@ -823,8 +823,8 @@ directly as predicates. It exists today for backwards compatibility. Extracts the predicate from a flat contract. -This function is a holdover from before flat contracts could -be used directly as predicates. It exists today for backwards compatibility. +This function is a holdover from before flat contracts could be used +directly as predicates. It exists today for backwards compatibility. }