Skip to content

Commit e64e432

Browse files
Add missing comma
Co-authored-by: Devon Carew <[email protected]>
1 parent e86b4bd commit e64e432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/graphs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Graph algorithms that do not specify a particular approach for representing a
66
Graph.
77

88
Each algorithm is a top level function which takes callback arguments that
9-
provide the mechanism for traversing the graph. For example two common
9+
provide the mechanism for traversing the graph. For example, two common
1010
approaches for representing a graph:
1111

1212
```dart

0 commit comments

Comments
 (0)