Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeshurun Hembd committed Mar 28, 2023
1 parent 76defba commit d3af1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/Source/Scene/Multiple3DTileContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ async function createInnerContents(multipleContents) {
createInnerContent(multipleContents, arrayBuffer, i)
);

// Even if we had a partial success (in which case the inner promise will be handled, but the content will nit be returned), mark that we finished creating
// Even if we had a partial success (in which case the inner promise will be handled, but the content will not be returned), mark that we finished creating
// contents
const contents = await Promise.all(promises);
multipleContents._contentsCreated = true;
Expand Down

0 comments on commit d3af1ba

Please sign in to comment.