Skip to content

Commit 2440310

Browse files
fabpotCopilot
andauthored
Fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 30ac661 commit 2440310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func (s *PHPStore) bestVersion(versionPrefix, source string) (*Version, string,
156156
warning := ""
157157
flavor := ""
158158

159-
// Check if versionPrefix has a expectedFlavors constraint, if so first do an
159+
// Check if versionPrefix has an expected-flavor constraint, if so first do an
160160
// exact match lookup and fallback to a minor version check
161161
if pos := strings.LastIndexByte(versionPrefix, '-'); pos != -1 {
162162
flavor = versionPrefix[pos+1:]

0 commit comments

Comments
 (0)