Skip to content

Commit

Permalink
Typo in Array at_pos method.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 16, 2010
1 parent f015a83 commit 465ef30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Array.pm
Expand Up @@ -18,7 +18,7 @@ augment class Array {
%r = items[pos]
unless null %r goto done
%r = new ['Proxy']
setattribute %r, '$!base', self
setattribute %r, '$!base', items
$P0 = box pos
setattribute %r, '$!key', $P0
$P0 = get_hll_global ['Bool'], 'True'
Expand Down

0 comments on commit 465ef30

Please sign in to comment.