summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorAnton Mosich <anton@mosich.at>2025-08-26 16:13:19 +0200
committerAnton Mosich <anton@mosich.at>2025-08-26 21:53:38 +0200
commit88427407838215ce895ba6544366ccee418354a0 (patch)
tree40957d3e3691b5217de4c21fd24518b0fbaa645e /guile
parentd66efc600a9431dd2da3fbd1772b00702aa2906f (diff)
Replace "the the " with "the "
Diffstat (limited to 'guile')
-rw-r--r--guile/mu/stats.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile/mu/stats.scm b/guile/mu/stats.scm
index 1e73605..80ca305 100644
--- a/guile/mu/stats.scm
+++ b/guile/mu/stats.scm
@@ -100,7 +100,7 @@ EXPR (or #t for all). Returns #f if undefined."
(average (map func (mu:message-list expr))))
(define* (mu:stddev func #:optional (expr #t))
- "Get the standard deviation the the values of FUNC applied to all
+ "Get the standard deviation the values of FUNC applied to all
messages matching EXPR (or #t for all). This is the 'population' stddev,
not the 'sample' stddev. Returns #f if undefined."
(stddev (map func (mu:message-list expr))))