Skip to content

Commit b2bfc7d

Browse files
authored
Update README.md
1 parent 7468376 commit b2bfc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Here's an example of topological sort with getting dressed (from Cormen et al. "
6767
</p>
6868

6969
```javascript
70-
var graph = new Graph();
70+
const graph = new Graph();
7171
graph.addEdge('socks', 'shoes')
7272
.addEdge('shirt', 'belt')
7373
.addEdge('shirt', 'tie')

0 commit comments

Comments
 (0)