Skip to content

Commit

Permalink
Merge pull request #214 from chjackson/main
Browse files Browse the repository at this point in the history
Correct spelling of Shakespeare play
  • Loading branch information
karangattu authored Oct 3, 2023
2 parents c7bf00d + accfb21 commit be8967a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 082-word-cloud/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library(wordcloud)
library(memoise)

# 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")

Expand Down

0 comments on commit be8967a

Please sign in to comment.