Skip to content

Commit

Permalink
Revert "Quick bug fix: Duck Typist."
Browse files Browse the repository at this point in the history
This reverts commit 731b210.
  • Loading branch information
Nuclear-Squid committed Nov 29, 2024
1 parent e140e68 commit 297331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/duck-typist.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ window.addEventListener('DOMContentLoaded', () => {
.then(response => response.json())
.then(data => {
gDictionary.trigrams = Object.keys(data.trigrams);
gDictionary.bigrams = Object.keys(data.bigrams);
gDictionary.bigrams = Object.keys(data.digrams);
});
};

Expand Down

0 comments on commit 297331c

Please sign in to comment.