Skip to content

Commit dc85370

Browse files
committed
✏️ fix typos
1 parent bda30a3 commit dc85370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

element_array_ephys/ephys_report.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ class QualityMetricCutoffs(dj.Lookup):
160160
definition = """
161161
cutoffs_id : smallint
162162
---
163-
amplitude_cutoff_maximum=null : float # Defualt null, no cutoff applied
164-
presence_ratio_minimum=null : float # Defualt null, no cutoff applied
165-
isi_violations_maximum=null : float # Defualt null, no cutoff applied
163+
amplitude_cutoff_maximum=null : float # Defaults to null, no cutoff applied
164+
presence_ratio_minimum=null : float # Defaults to null, no cutoff applied
165+
isi_violations_maximum=null : float # Defaults to null, no cutoff applied
166166
cutoffs_hash: uuid
167167
unique index (cutoffs_hash)
168168
"""

0 commit comments

Comments
 (0)