Skip to content

Commit

Permalink
doc, #47
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 18, 2025
1 parent c364927 commit 0bf98a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/PhotonSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class PhotonSystem extends PhetioObject {
public readonly photonAddedEmitter: Emitter<[ Photon ]>;
public readonly photonRemovedEmitter: Emitter<[ Photon ]>;

// A static set of Photons that will be reused, activated, and mutated as the sim runs.
// A static set of Photons that will be reused, mutated, and activated as the sim runs.
private readonly photons: Photon[];

// This is the number of static Photon instances that are created at startup, and the maximum number of Photons that
Expand Down

0 comments on commit 0bf98a3

Please sign in to comment.