Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a documentation error
  • Loading branch information
cowboyd committed Aug 13, 2012
1 parent 981ac0a commit 9065e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/v8/error.rb
Expand Up @@ -13,8 +13,8 @@ class Error < StandardError
# @return [Exception] the underlying error (if any) that triggered this error to be raised
attr_reader :cause

# @!attribute [V8::StackTrace] javascript_backtrace
# @return the complete JavaScript stack at the point this error was thrown
# @!attribute [r] javascript_backtrace
# @return [V8::StackTrace] the complete JavaScript stack at the point this error was thrown
attr_reader :javascript_backtrace

# keep an alias to the StandardError#backtrace method so that we can capture
Expand Down

0 comments on commit 9065e65

Please sign in to comment.