Skip to content

Commit

Permalink
Update docstring for StackFrame.linfo (#49971)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangoraw authored Jun 24, 2023
1 parent f2c6580 commit fdc50d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base/stacktraces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ Stack information representing execution context, with the following fields:
The name of the function containing the execution context.
- `linfo::Union{Core.MethodInstance, CodeInfo, Nothing}`
- `linfo::Union{Core.MethodInstance, Method, Module, Core.CodeInfo, Nothing}`
The MethodInstance containing the execution context (if it could be found).
The MethodInstance or CodeInfo containing the execution context (if it could be found), \
or Module (for macro expansions)"
- `file::Symbol`
Expand Down

0 comments on commit fdc50d8

Please sign in to comment.