Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 015a757

Browse files
authored
Merge pull request #1538 from mattayes/1528-faq-fix
Fix dependency upgrade example in FAQ.md
2 parents 46080f4 + 1665d9b commit 015a757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ So, given a slice of the following versions:
206206

207207
Sorting for upgrade will result in the following slice.
208208

209-
`[v1.1.0 v1.0.0 v1.1.0-alpha1 footag devel master f6e74e8d]`
209+
`[v1.1.0 v1.0.0 v1.1.0-alpha1 master devel footag f6e74e8d]`
210210

211211
There are a number of factors that can eliminate a version from consideration,
212212
the simplest of which is that it doesn't match a constraint. But if you're

0 commit comments

Comments
 (0)