aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
diff options
context:
space:
mode:
Diffstat (limited to 'range.c')
-rw-r--r--range.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/range.c b/range.c
index fa901e3e02..61fb6438f9 100644
--- a/range.c
+++ b/range.c
@@ -1037,7 +1037,7 @@ range_alloc(VALUE klass)
* end
* end
*
- * A example of using <code>Xs</code> to construct a range:
+ * An example of using <code>Xs</code> to construct a range:
*
* r = Xs.new(3)..Xs.new(6) #=> xxx..xxxxxx
* r.to_a #=> [xxx, xxxx, xxxxx, xxxxxx]