From f8b4d32270b81f38c3dde412d21a58242c62f9d4 Mon Sep 17 00:00:00 2001 From: Karan Gathani Date: Tue, 3 Oct 2023 10:19:19 -0700 Subject: [PATCH] tweak name of the play --- inst/apps/082-word-cloud/global.R | 2 +- inst/apps/082-word-cloud/server.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/apps/082-word-cloud/global.R b/inst/apps/082-word-cloud/global.R index ffbe2adaa3..1c7310b3e8 100644 --- a/inst/apps/082-word-cloud/global.R +++ b/inst/apps/082-word-cloud/global.R @@ -7,7 +7,7 @@ if (FALSE) { } # The list of valid books -books <<- list("A Mid Summer Night's Dream" = "summer", +books <<- list("A Midsummer Night's Dream" = "summer", "The Merchant of Venice" = "merchant", "Romeo and Juliet" = "romeo") diff --git a/inst/apps/082-word-cloud/server.R b/inst/apps/082-word-cloud/server.R index d6e493374d..ccfe3ed6c7 100644 --- a/inst/apps/082-word-cloud/server.R +++ b/inst/apps/082-word-cloud/server.R @@ -1,5 +1,5 @@ # Text of the books downloaded from: -# A Mid Summer Night's Dream: +# A Midsummer Night's Dream: # http://www.gutenberg.org/cache/epub/2242/pg2242.txt # The Merchant of Venice: # http://www.gutenberg.org/cache/epub/2243/pg2243.txt