mirror of
https://github.com/go-task/task.git
synced 2026-07-03 01:18:48 +00:00
fix: typos in docs, changelog, testdata, comments (#1910)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user