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 b4987e0 commit eeafdcbCopy full SHA for eeafdcb
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