Skip to content

Commit

Permalink
Better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Jun 25, 2011
1 parent 38ce1d9 commit d328403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -24,7 +24,7 @@ require('assert').strictEqual(trace[0].getFileName(), __filename);
Returns an array of `CallSite` objects, where element `0` is the current call
site.

The `belowFn` parameter can be used to pass a function on the stack, the
When passing a function on the current stack as the `belowFn` parameter, the
returned array will only include `CallSite`s below this function.

### CallSite
Expand Down

0 comments on commit d328403

Please sign in to comment.