Skip to content

Commit

Permalink
Fix issue #27: make subject not repeating.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxoron committed Jan 1, 2024
1 parent 28e2d11 commit f5ad014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DativeSingular.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
// Setup new sample
var randomSample =
{
subject: result.notRepeatingRandom(currentSample.Ending,(group) => (group.Ending)).values.random(),
subject: result.notRepeatingRandom(currentSample.subject.Ending,(group) => (group.Ending)).values.random(),
object: objects.notRepeatingRandom(currentSample.object)
};
currentSample = randomSample;
Expand Down

0 comments on commit f5ad014

Please sign in to comment.