Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Sep 16, 2024
1 parent 006f6a7 commit 54d4382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avida-core/source/actions/DriverActions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class cActionExitDemeResources : public cAction {

class cActionSetRandomSeed : public cAction {
public:
/*! Constructor; parse out the number of replications.
/*! Constructor; parse out the seed.
*/
cActionSetRandomSeed(cWorld* world, const cString& args, Feedback&) : cAction(world, args) {
cString largs(args);
Expand Down

0 comments on commit 54d4382

Please sign in to comment.