Skip to content

Commit 07da71d

Browse files
committed
Correct comment to have the new version scheme as an example
1 parent fb3d090 commit 07da71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/model/package.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class Package extends LibraryContainer
230230
if (version.isPreRelease) {
231231
// version.preRelease is a List<dynamic> with a mix of
232232
// integers and strings. Given this, handle
233-
// 2.8.0-dev.1.0, 2.9.0-dev.1.0, and similar
233+
// 2.8.0-dev.1.0, 2.9.0-1.0.dev, and similar
234234
// variations.
235235
tag = version.preRelease.whereType<String>().first;
236236
// Who knows about non-SDK packages, but assert that SDKs

0 commit comments

Comments
 (0)