From b1ba81d0cc26d27fb1ee07b121d822b9bbd3bb93 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Fri, 14 Sep 2012 19:05:23 -0400 Subject: [PATCH] replace example for string=; Closes PR 13112 --- collects/lang/private/beginner-funs.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/lang/private/beginner-funs.rkt b/collects/lang/private/beginner-funs.rkt index 08ab14ddc8..68bfaf14b2 100644 --- a/collects/lang/private/beginner-funs.rkt +++ b/collects/lang/private/beginner-funs.rkt @@ -779,7 +779,7 @@ } @defproc[(string=? [s string][t string][x string] ...) boolean?]{ Determines whether all strings are equal, character for character. - @interaction[#:eval (bsl) (string-copy "hello")] + @interaction[#:eval (bsl) (string=? "hello" "world") (string=? "bye" "bye")] } @defproc[(string