Skip to content

Commit

Permalink
Fixed node name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mekto committed Aug 17, 2012
1 parent 6347fc8 commit 5124708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodes/while.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
var Node = require('./node'); var Node = require('./node');


/** /**
* Initialize a new `Loop` with the given `cond`. * Initialize a new `While` with the given `cond`.
* *
* @param {Expression} cond * @param {Expression} cond
* @param {Boolean|Block} negate, block * @param {Boolean|Block} negate, block
Expand Down

0 comments on commit 5124708

Please sign in to comment.