Skip to content

Commit

Permalink
fix(VolumeMapper): Fix typo in volume mapper example
Browse files Browse the repository at this point in the history
  • Loading branch information
bruyeret authored and finetjul committed Mar 25, 2024
1 parent 2f86f14 commit 7b8b101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Rendering/Core/VolumeMapper/example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function updateForceNearestElem(comp) {
});
forceNearestElem.appendChild(checkboxElem);
const labelElem = document.createElement('label');
labelElem.innerText = `Force linear interpolation for component ${c}`;
labelElem.innerText = `Force nearest interpolation for component ${c}`;
forceNearestElem.appendChild(labelElem);
forceNearestElem.appendChild(document.createElement('br'));
}
Expand Down

0 comments on commit 7b8b101

Please sign in to comment.