Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0b53cea authored by Bob Badour's avatar Bob Badour
Browse files

Fix godoc typos.

Methods got renamed, but the godoc didn't.

Test: m droid dist
Change-Id: Ia1181a2c7a876e54b8cd26ba1c91ce731ba8ac96
parent 5c73eb33
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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 {