Skip to content

Commit

Permalink
fix grammar [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Dec 30, 2016
1 parent 108a770 commit 8179cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/replutil.jl
Original file line number Diff line number Diff line change
@@ -568,7 +568,7 @@ function show_trace_entry(io, frame, n; prefix = " in ")
end

# Contains file name and file number. Gets set when a backtrace
# is showed. Used by the REPL to make it possible to open
# is shown. Used by the REPL to make it possible to open
# the location of a stackframe in the edítor.
global LAST_BACKTRACE_LINE_INFOS = Tuple{String, Int}[]

0 comments on commit 8179cec

Please sign in to comment.