Skip to content

Commit 443d8af

Browse files
committed
Fix minor typos in comments
1 parent e6f1cbe commit 443d8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/algorithms/controllers/graphSearchColours.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
//
44
// OMG, colors for array and graph require different types and are
55
// inconsistent!
6-
// Arrary: '0'=Blue, '1'=Green
6+
// Array: '0'=Blue, '1'=Green
77
// Nodes: 1=Green, 4= Blue
88
// Edges: 1=Green, 2=Orange, 3=Red, 4=Blue
9-
// XXX not sure how this interracts with color perception options -
9+
// XXX not sure how this interacts with color perception options -
1010
// doesn't seem to work like this - should figure out how it's done if
1111
// it's still supported
1212
export const colors = {

0 commit comments

Comments
 (0)