Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Apr 1, 2017
1 parent 445e144 commit 33c745d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -751,7 +751,7 @@ int[][] apply(int[][] graph, int length) throws Intractable {
if (!ac.completed())
throw new Intractable("A large number of cycles were being generated and the"
+ " computation was aborted. Please use AllCycles/AllRingsFinder with"
+ " and specify a larger threshold or use a CycleFinger with a fall-back"
+ " and specify a larger threshold or use a CycleFinder with a fall-back"
+ " to a set unique cycles: e.g. Cycles.allOrVertexShort().");
return ac.paths();
}
Expand Down

0 comments on commit 33c745d

Please sign in to comment.