Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update 80_info.js
  • Loading branch information
fohristiwhirl committed Jul 13, 2019
1 parent a390796 commit a3d4b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 80_info.js
Expand Up @@ -744,7 +744,7 @@ const info_prototype = {
if (opts.n) {
n_string += ` [${NString(this.n)}]`;
} else {
n_string += ` ${NString(this.n)}`;
n_string += ` N: ${NString(this.n)}`;
}
}

Expand Down

0 comments on commit a3d4b9f

Please sign in to comment.