From c1d6152742416b66533212d3d2dbfefd72f6741d Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 26 Aug 2008 17:56:35 +0000 Subject: [PATCH] typo svn: r11435 --- collects/scribblings/guide/regexp.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/regexp.scrbl b/collects/scribblings/guide/regexp.scrbl index a45d2181c9..26fbf7c1ea 100644 --- a/collects/scribblings/guide/regexp.scrbl +++ b/collects/scribblings/guide/regexp.scrbl @@ -933,7 +933,7 @@ ensure there @emph{is} a digit other than zero. ] Or we could use negative lookahead to ensure that what's ahead isn't -composed of {\em only} zeros and dots. +composed of @emph{only} zeros and dots. @interaction[ #:eval ex-eval