Skip to content

Commit 598ad1f

Browse files
committed
Better document things
1 parent 14f9a70 commit 598ad1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mono_repo/lib/src/utilities.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import 'package:pub_semver/pub_semver.dart';
66

77
const travisEdgeSdk = 'be/raw/latest';
88

9-
const githubSetupMainSdk = 'main'; // this maps to `be/raw/latest`
9+
/// Maps to `be/raw/latest` or "bleeding edge".
10+
const githubSetupMainSdk = 'main';
1011

1112
String? errorForSdkConfig(String sdk) {
1213
try {

0 commit comments

Comments
 (0)