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 8d45af3 commit 2adf730Copy full SHA for 2adf730
src/ess/reduce/normalization.py
@@ -212,7 +212,7 @@ def _mask_detector_for_norm(
212
"""Mask the detector where the monitor is masked.
213
214
For performance, this applies the monitor mask to the detector bins.
215
- This can lead to masking more vents than strictly necessary if we
+ This can lead to masking more events than strictly necessary if we
216
used an event mask.
217
"""
218
if (monitor_mask := _monitor_mask(monitor)) is None:
0 commit comments