We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934916d commit 46f2bb2Copy full SHA for 46f2bb2
Sources/Rendering/OpenGL/ImageMapper/index.js
@@ -1238,9 +1238,8 @@ function vtkOpenGLImageMapper(publicAPI, model) {
1238
const basicScalars = imgScalars.getData();
1239
let scalars = null;
1240
/**
1241
- * if available, used to store the range of the scalars array. If
1242
- * available, pre-setting the scalras range can prevent it being
1243
- * calculated again.
+ * Used to store the range of the scalars array, if available. Pre-setting
+ * the scalars range can prevent it being calculated again.
1244
*
1245
* @type{ import("../../../interfaces").vtkRange[]|undefined }
1246
**/
0 commit comments