Skip to content

Commit 2adf730

Browse files
committed
Fix typo
1 parent 8d45af3 commit 2adf730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ess/reduce/normalization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def _mask_detector_for_norm(
212212
"""Mask the detector where the monitor is masked.
213213
214214
For performance, this applies the monitor mask to the detector bins.
215-
This can lead to masking more vents than strictly necessary if we
215+
This can lead to masking more events than strictly necessary if we
216216
used an event mask.
217217
"""
218218
if (monitor_mask := _monitor_mask(monitor)) is None:

0 commit comments

Comments
 (0)