Skip to content

Commit

Permalink
Tooltip: from Col# 1 to Col #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Zhang authored Oct 16, 2018
1 parent c7a8356 commit 38a6565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function make_hover_text(document, position, language_id) {

if (col_num == null)
return null;
var result = 'Col# ' + (col_num + 1);
var result = 'Col #' + (col_num + 1);

var header = get_header(document, delim, policy);
if (col_num < header.length) {
Expand Down

0 comments on commit 38a6565

Please sign in to comment.