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