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

Commit 0a12cee3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix godoc typos." am: d999938a am: 6df52756 am: b89f8537

parents 3a2c0894 b89f8537
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,12 +63,12 @@ func (pm *ProjectMetadata) Project() string {
	return pm.project
}

// ProjectName returns the name of the project.
// Name returns the name of the project.
func (pm *ProjectMetadata) Name() string {
	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 {
	tp := pm.proto.GetThirdParty()
	if tp != nil {