summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--lib/rack/builder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/builder.rb b/lib/rack/builder.rb
index 992bf059..05444f2c 100644
--- a/lib/rack/builder.rb
+++ b/lib/rack/builder.rb
@@ -3,7 +3,7 @@
 require_relative 'urlmap'
 
 module Rack
-  # Rack::Builder implements a small DSL to iteratively construct Rack
+  # Rack::Builder implements a small DSL to interactively construct Rack
   # applications.
   #
   # Example: