diff --git a/lib/runner.rb b/lib/runner.rb index 2c20cb9..1a9e0fa 100644 --- a/lib/runner.rb +++ b/lib/runner.rb @@ -34,7 +34,7 @@ class Runner # # Modes: # :doctest - # - The the Runner expects the file to contain text (e.g. a markdown file). + # - The Runner expects the file to contain text (e.g. a markdown file). # In addition, it assumes that the text will occasionally be interspersed # with irb lines which it should eval, e.g. '>>' and '=>'. #