Skip to content

Commit

Permalink
add missing @author annotations, phetsims/chipper#1414
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 18, 2024
1 parent 45d099d commit 5f2f44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/multiple-cells/model/CellProteinSynthesisSimulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* DNA -> RNA -> Protein
* Simulated using the algorithm from Gillespie, 1977
*
* @Author George A. Emanuel
* @Author Aadish Gupta
* @author George A. Emanuel
* @author Aadish Gupta
*/

import dotRandom from '../../../../dot/js/dotRandom.js';
Expand Down

0 comments on commit 5f2f44c

Please sign in to comment.