Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in CallFrame.pm, moritz--
  • Loading branch information
moritz committed Jun 17, 2010
1 parent cb0e95e commit 19e7264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CallFrame.pm
Expand Up @@ -17,7 +17,7 @@ class CallFrame {
}
method line() {
self!annotations()<fline>;
self!annotations()<line>;
}
method file() {
self!annotations()<file>;
Expand Down

0 comments on commit 19e7264

Please sign in to comment.