Merge "Fix godoc typos." am: d999938ab0 am: 6df5275646 am: b89f8537cc

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

Change-Id: I656792d1b06e40d378b4cbccf39cc1550cf646d5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-06-19 21:19:03 +00:00
committed by Automerger Merge Worker

View File

@@ -63,12 +63,12 @@ func (pm *ProjectMetadata) Project() string {
return pm.project return pm.project
} }
// ProjectName returns the name of the project. // Name returns the name of the project.
func (pm *ProjectMetadata) Name() string { func (pm *ProjectMetadata) Name() string {
return pm.proto.GetName() return pm.proto.GetName()
} }
// ProjectVersion returns the version of the project if available. // Version returns the version of the project if available.
func (pm *ProjectMetadata) Version() string { func (pm *ProjectMetadata) Version() string {
tp := pm.proto.GetThirdParty() tp := pm.proto.GetThirdParty()
if tp != nil { if tp != nil {