Make a pass over our codebase cleaning up non-precise / non-inclusive language.
Test: treehugger Bug: 204369779 Change-Id: I6e63cae824d323535cdb14b493edd868df47738d
This commit is contained in:
@@ -53,7 +53,7 @@ type variableRegistrar interface {
|
||||
NewVariable(name string, varClass varClass, valueType starlarkType)
|
||||
}
|
||||
|
||||
// ScopeBase is a dummy implementation of the mkparser.Scope.
|
||||
// ScopeBase is a placeholder implementation of the mkparser.Scope.
|
||||
// All our scopes are read-only and resolve only simple variables.
|
||||
type ScopeBase struct{}
|
||||
|
||||
|
Reference in New Issue
Block a user