Commit 0c8aed61 authored by Cristian Maglie's avatar Cristian Maglie

Fixed method name in comment

parent 35cb2511
......@@ -111,7 +111,7 @@ func (platform *Platform) GetOrCreateRelease(version *semver.Version) (*Platform
return release, nil
}
// FindReleaseWithRelaxedVersion returns the specified release corresponding the provided version,
// FindReleaseWithVersion returns the specified release corresponding the provided version,
// or nil if not found.
func (platform *Platform) FindReleaseWithVersion(version *semver.Version) *PlatformRelease {
// use as an fmt.Stringer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment