Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schulze committed Jan 26, 2021
1 parent 2483c6c commit 27cdf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/REPL/src/latex_symbols.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ const latex_symbols = Dict(

# Canonical reverse mapping for symbols that have several completions (#39148).
#
# These duplicate mappings can be investigated with the folllowing commands:
# These duplicate mappings can be investigated with the following commands:
#=
ls = REPL.REPLCompletions.latex_symbols; symbols = values(ls)
duplicates = [v for v in unique(symbols) if count(==(v), symbols) > 1]
Expand Down

0 comments on commit 27cdf9e

Please sign in to comment.