Skip to content

Commit

Permalink
Correcting doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed May 8, 2019
1 parent 16c82f9 commit 7a73504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/light-bulb/model/LightBulbCircuit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 7a73504

Please sign in to comment.