Skip to content

Commit

Permalink
docs: Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Jul 23, 2019
1 parent 7f005a7 commit 84bac49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/random/impl/instance-random-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { RandomRecord } from "../random-record";
/**
* Constructs an `InstanceRandom` using the current implementation.
* @param game The managing `GameInstance`.
* @param numGenerations The existing random PK provider (optional).
* @param pkProvider The existing random PK provider (optional).
*/
export const buildInstanceRandom = (
game: GameInstanceInternal,
Expand Down

0 comments on commit 84bac49

Please sign in to comment.