Skip to content

Commit

Permalink
fix: fix naming typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 25, 2021
1 parent 845646b commit 15fa739
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion web/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let CodeUtil = {
}
}

d3.json("git.json").then(function (json) {
d3.json("cloc.json").then(function (json) {
var data;
var maxlen = 0;
for (let i = 0; i < json.length; i++) {
Expand Down

0 comments on commit 15fa739

Please sign in to comment.