Skip to content
Snippets Groups Projects
Commit d5ca1cdd authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

fix typo

parent 474ac12e
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ type Executor interface { ...@@ -17,7 +17,7 @@ type Executor interface {
// Executable определяет опции полей, использующие Executor для подстановки значений. // Executable определяет опции полей, использующие Executor для подстановки значений.
type Executable interface { type Executable interface {
Execute(ctx context.Context, executor Executor, field *field.Field) error Execute(ctx context.Context, exec Executor, field *field.Field) error
} }
// ExecuteAll последовательно выполняет Execute для каждого элемента inputs. // ExecuteAll последовательно выполняет Execute для каждого элемента inputs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment