Merge "Fix misspelling. Oversight from the CL split after rebasing. Test: N/A" am: 49cd656217 am: ed1f44cad7 am: 3874c6452e

Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/2179679

Change-Id: I14da62f9c89b243fcc2de0865aa11237735fac96
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Usta Shrestha 2022-08-09 16:27:47 +00:00 committed by Automerger Merge Worker
commit 7ac8343498

View file

@ -115,7 +115,7 @@ type Expression interface {
// Copy returns a copy of the Expression that will not affect the original if mutated
Copy() Expression
String() string
// Type returns the underlying Type enum of the Expression if it were to be evalutated
// Type returns the underlying Type enum of the Expression if it were to be evaluated
Type() Type
// Eval returns an expression that is fully evaluated to a simple type (List, Map, String, or
// Bool). It will return the same object for every call to Eval().