From 42cd2ff7ad856e37a20b8a9ccada2d3c92d6bfa9 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 8 Jul 2022 09:25:22 -0400 Subject: [PATCH] Fix doc typo (#1054) --- internal/pkg/mlrval/mlrval_collections.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/mlrval/mlrval_collections.go b/internal/pkg/mlrval/mlrval_collections.go index f6103f611..df84c943f 100644 --- a/internal/pkg/mlrval/mlrval_collections.go +++ b/internal/pkg/mlrval/mlrval_collections.go @@ -24,7 +24,7 @@ // // * This is an odd choice in the broader programming-language context. // There are a few languages such as Fortran, Julia, Matlab, and R which are -// 1-up but the overal trend is decidedly toward 0-up. This means that +// 1-up but the overall trend is decidedly toward 0-up. This means that // if Miller does 1-up it should do so for a good reason. // // * Reasons: so many other things are already 1-up, mostly inherited