Skip to content

Commit

Permalink
s/wich/which/g
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Wenger committed Jun 17, 2012
1 parent cec09e4 commit 648564b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/rock/middle/FunctionCall.ooc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ FunctionCall: class extends Expression {


if(closureIndex > depth) { // if it's not found (-1), this will be false anyway if(closureIndex > depth) { // if it's not found (-1), this will be false anyway
closure := trail get(closureIndex) as FunctionDecl closure := trail get(closureIndex) as FunctionDecl
// the ref may also be a closure's argument, in wich case we just ignore this // the ref may also be a closure's argument, in which case we just ignore this


// Find the closer Scope that is a function body upstream // Find the closer Scope that is a function body upstream
scopeDepth := closureIndex - 1 scopeDepth := closureIndex - 1
Expand Down

0 comments on commit 648564b

Please sign in to comment.