From 9ec076b15e3ee40f5d3fec12f6fc7c5227ae9889 Mon Sep 17 00:00:00 2001 From: Yamamoto Yuji Date: Mon, 4 Aug 2014 07:40:15 +0900 Subject: [PATCH] delete doubled "the" --- lib/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '=>'. #