From 303a941915547a30ef0aaffd17e1a48ddf612af6 Mon Sep 17 00:00:00 2001 From: Jasper Pilgrim Date: Mon, 27 Jul 2020 08:02:58 -0500 Subject: [PATCH] Fix typos (#3313) doublequotes -> double quotes doublequote -> double quote --- pkgs/racket-doc/scribblings/guide/char-strings.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/guide/char-strings.scrbl b/pkgs/racket-doc/scribblings/guide/char-strings.scrbl index f5671dd074..f208a6e9f4 100644 --- a/pkgs/racket-doc/scribblings/guide/char-strings.scrbl +++ b/pkgs/racket-doc/scribblings/guide/char-strings.scrbl @@ -4,8 +4,8 @@ @title[#:tag "strings"]{Strings (Unicode)} A @deftech{string} is a fixed-length array of -@seclink["characters"]{characters}. It prints using doublequotes, -where doublequote and backslash characters within the string are +@seclink["characters"]{characters}. It prints using double quotes, +where double quote and backslash characters within the string are escaped with backslashes. Other common string escapes are supported, including @litchar{\n} for a linefeed, @litchar{\r} for a carriage return, octal escapes using @litchar{\} followed by up