Skip to content

Commit

Permalink
missing capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGuild-us-ignite committed Oct 24, 2024
1 parent c881c7f commit 10cd639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/provinces-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ window.Provinces = (function () {
});

// expand generated provinces
const queue = new Flatqueue();
const queue = new FlatQueue();
const cost = [];

provinces.forEach(p => {
Expand Down

0 comments on commit 10cd639

Please sign in to comment.