We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec7225 commit 0c8d0c3Copy full SHA for 0c8d0c3
lib/src/builders/synthetic_builder.dart
@@ -146,7 +146,7 @@ abstract class SyntheticBuilder implements Builder {
146
/// * If a file B includes a file A, then A will be appear
147
/// before B.
148
/// * Throws [ErrorOf] if a dependency cycle is detected and at least
149
- /// two input files import each other (directly or indirectly).
+ /// two input files import each other (directly or indirectly).
150
Future<Set<AssetId>> orderedLibraryAssetIds(BuildStep buildStep) async {
151
final assetGraph = DirectedGraph<AssetId>(
152
{},
0 commit comments