diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js index ccd6a47c85d421e5ad9058c325ac70a65348fcf4..c00a1d5bbe8d6e1230e106bb1b2d3cef8e131ae5 100644 --- a/src/js/utilsFC.js +++ b/src/js/utilsFC.js @@ -743,8 +743,7 @@ globalThis.Height = (function() { * Intelligence.random(options) - returns a random intelligence. If no options are passed, the generated number * will be on a normal distribution with mean 0 and standard deviation 45. * - * Example: Only generate above-average intelligence based on a certain slave: - * Intelligence.random(slave, {limitIntelligence: [0, 100]}) + * Intelligence.random({limitIntelligence: [0, 100]}) * * Intelligence.config(configuration) - configures the random height generator globally and returns the current configuration *