mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-26 00:59:28 -05:00
typo (#554)
This commit is contained in:
parent
3c5f7976b9
commit
756388c140
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ impl StackTrace {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl StackFrame {
|
impl StackFrame {
|
||||||
/// Returns the number, 1-based, of the line for the associate function call.
|
/// Returns the number, 1-based, of the line for the associated function call.
|
||||||
/// This method will return Message::kNoLineNumberInfo if it is unable to
|
/// This method will return Message::kNoLineNumberInfo if it is unable to
|
||||||
/// retrieve the line number, or if kLineNumber was not passed as an option
|
/// retrieve the line number, or if kLineNumber was not passed as an option
|
||||||
/// when capturing the StackTrace.
|
/// when capturing the StackTrace.
|
||||||
|
|
Loading…
Reference in a new issue