Skip to content

Commit

Permalink
typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dvv committed Nov 29, 2011
1 parent 2a69140 commit 3ad26a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/prototype/lang/range.js
Expand Up @@ -94,11 +94,13 @@ var ObjectRange = Class.create(Enumerable, (function() {
function initialize(start, end, exclusive) {
/**
* ObjectRange#start -> ?
*
* The lower bounding value of the range.
**/
this.start = start;
/**
* ObjectRange#end -> ?
*
* The upper bounding value of the range.
**/
this.end = end;
Expand Down

0 comments on commit 3ad26a5

Please sign in to comment.