Skip to content

Commit 28cadbd

Browse files
committed
Amended SDK version.
1 parent 3dc0960 commit 28cadbd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/src/graphs/directed_graph_base.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ abstract class DirectedGraphBase<T extends Object> extends Iterable<T> {
205205
// Terminate iteration.
206206
if (isCyclic) return;
207207

208-
// _Vertex has permanent mark.
208+
// Vertex has permanent mark.
209209
// => This vertex and its neighbouring
210210
// vertices have already been visited.
211211
if (perm.contains(vertex)) return;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ topics:
1414
- vertex
1515

1616
environment:
17-
sdk: '^3.9.2'
17+
sdk: '^3.10.0'
1818

1919
dependencies:
2020
collection: ^1.19.1

0 commit comments

Comments
 (0)