Skip to content

Commit

Permalink
DEV: User simulator tried to modify frozen string.
Browse files Browse the repository at this point in the history
  • Loading branch information
udan11 committed Aug 16, 2019
1 parent df6630f commit ab7038b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/user_simulator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def sentence
gabbler.learn(story)
end

sentence = ""
sentence = +""
until sentence.length > 800 do
sentence << @gabbler.sentence
sentence << "\n"
Expand Down

0 comments on commit ab7038b

Please sign in to comment.