Skip to content

Commit 88e11a8

Browse files
simonratnerzenkyomu
authored andcommitted
Rename isAcylic -> isAcyclic
1 parent d5d7d8c commit 88e11a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var expect = require("../chai").expect,
22
Graph = require("../..").Graph,
33
isAcyclic = require("../..").alg.isAcyclic;
44

5-
describe("alg.isAcylic", function() {
5+
describe("alg.isAcyclic", function() {
66
it("returns true if the graph has no cycles", function() {
77
var g = new Graph();
88
g.setPath(["a", "b", "c"]);

0 commit comments

Comments
 (0)