Skip to content

Commit 29dfbd2

Browse files
committed
Typo
1 parent d24805f commit 29dfbd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/fields/dependency_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func (dm *DependencyManager) injectFieldsWithOptions(defs []common.MapStr, optio
201201
transformed.Delete("external")
202202
}
203203

204-
// Set the type back to the one imported, unless it it one of the allowed overrides.
204+
// Set the type back to the one imported, unless it is one of the allowed overrides.
205205
if ttype, _ := transformed["type"].(string); !allowedTypeOverride(imported.Type, ttype) {
206206
transformed["type"] = imported.Type
207207
}

0 commit comments

Comments
 (0)