Skip to content

Commit 45e01d9

Browse files
committed
Address review comments
1 parent d991510 commit 45e01d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OpenEphys.Onix1/ConfigureUclaMiniscopeV4.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace OpenEphys.Onix1
1010
/// Configures a UCLA Miniscope V4 on the specified port.
1111
/// </summary>
1212
/// <remarks>
13-
/// The UCLA Miniscope V4 is a e miniaturized fluorescent microscope for performing single-photon calcium
13+
/// The UCLA Miniscope V4 is a miniaturized fluorescent microscope for performing single-photon calcium
1414
/// imaging in freely moving animals. It has the following features:
1515
/// <list type="bullet">
1616
/// <item><description>A Python-480 0.48 Megapixel CMOS image sensor.</description></item>
@@ -97,8 +97,8 @@ public PortName Port
9797
/// voltages may result in damage.
9898
/// </para>
9999
/// </remarks>
100-
[Description("If defined, it will override automated voltage discovery and apply the specified voltage" +
101-
"to the miniscope. Warning: this device requires 4.0 to 5.0V, measured at the scope, for proper operation." +
100+
[Description("If defined, it will override automated voltage discovery and apply the specified voltage " +
101+
"to the miniscope. Warning: this device requires 4.0 to 5.0V, measured at the scope, for proper operation. " +
102102
"Supplying higher voltages may result in damage to the miniscope.")]
103103
[Category(ConfigurationCategory)]
104104
public double? PortVoltage

0 commit comments

Comments
 (0)