From 695b1c1fea75ef27c9720b335ffb83cb131f2824 Mon Sep 17 00:00:00 2001 From: Jorge Vallecillo Date: Thu, 2 Mar 2023 12:56:16 -0600 Subject: [PATCH] Typo fix: Consecutive occurrences of 'the' --- traversal_for_expr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traversal_for_expr.go b/traversal_for_expr.go index 8ce00c6d..87eeb159 100644 --- a/traversal_for_expr.go +++ b/traversal_for_expr.go @@ -16,7 +16,7 @@ package hcl // // In most cases the calling application is interested in the value // that results from an expression, but in rarer cases the application -// needs to see the the name of the variable and subsequent +// needs to see the name of the variable and subsequent // attributes/indexes itself, for example to allow users to give references // to the variables themselves rather than to their values. An implementer // of this function should at least support attribute and index steps.