diff --git a/examples/clearing_an_array.rb b/examples/clearing_an_array.rb index 2fa3c24..f590138 100644 --- a/examples/clearing_an_array.rb +++ b/examples/clearing_an_array.rb @@ -5,8 +5,8 @@ author 'Sandro Turriate' date '2010-08-01' summary " - What's the best way to clear out an array? Could be useful if you're storing - messages in an array like a buffer. How should you flush the buffer when + What's the best way to clear out an array? Could be useful if you're storing + messages in an array like a buffer. How should you flush the buffer when you're done with it? "