diff --git a/js/light-bulb/model/LightBulbCircuit.js b/js/light-bulb/model/LightBulbCircuit.js index 1252e423..d03860ad 100644 --- a/js/light-bulb/model/LightBulbCircuit.js +++ b/js/light-bulb/model/LightBulbCircuit.js @@ -79,7 +79,7 @@ define( function( require ) { } } ); - // Allow the capacitor to discharge when adjusting the plate geometry without the. + // Allow the capacitor to discharge when adjusting the plate geometry. Property.multilink( [ this.capacitor.plateSizeProperty, this.capacitor.plateSeparationProperty ], function() { if ( Math.abs( self.capacitor.plateVoltageProperty.value ) > MIN_VOLTAGE ) {