From 83012f339e0895886975b1b62b2367d8df5baaab Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 2 Oct 2020 15:07:41 -0600 Subject: [PATCH] Update documentation, see https://github.com/phetsims/axon/issues/336 --- js/photon-absorption/model/PhotonAbsorptionModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/photon-absorption/model/PhotonAbsorptionModel.js b/js/photon-absorption/model/PhotonAbsorptionModel.js index df3ea898..6caa44dc 100644 --- a/js/photon-absorption/model/PhotonAbsorptionModel.js +++ b/js/photon-absorption/model/PhotonAbsorptionModel.js @@ -136,7 +136,7 @@ function PhotonAbsorptionModel( initialPhotonTarget, tandem ) { } ); // Elements are of type Molecule. // @public (read-only) {Emitter} - emitter for when a photon is emitted from the emission point - useful in addition - // to the photons ObservableArray because this is specifically for photon emission from the light source + // to the photons ObservableArrayDef because this is specifically for photon emission from the light source this.photonEmittedEmitter = new Emitter( { parameters: [ { valueType: Photon } ] } ); // @public - Emits when the model has been reset