fix: typos in docs, changelog, testdata, comments (#1910)

This commit is contained in:
Oleksandr Redko
2024-11-07 18:25:59 +02:00
committed by GitHub
parent c3bd6b9384
commit 390220ec9c
12 changed files with 48 additions and 48 deletions

View File

@@ -175,7 +175,7 @@ func (c *Compiler) HandleDynamicVar(v ast.Var, dir string) (string, error) {
return result, nil
}
// ResetCache clear the dymanic variables cache
// ResetCache clear the dynamic variables cache
func (c *Compiler) ResetCache() {
c.muDynamicCache.Lock()
defer c.muDynamicCache.Unlock()