Skip to content

Commit

Permalink
fix apidoc generation: ToOrderable is now part of Comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery committed Mar 22, 2018
1 parent d671dc4 commit bfac7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_doc_extra/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const CATEGORIES = Vector.of<[string,Vector<string>]>(
"Collection", "Foldable",
"IMap","HashMap", "ISet", "HashSet",
"Seq", "LinkedList", "Stream", "Vector",
"Tuple2", "SortOnSpec", "SortBySpec", "ToOrderable")],
"Tuple2", "SortOnSpec", "SortBySpec")],
["Core", Vector.of(
"Comparison", "Value", "Contract")]);

Expand Down

0 comments on commit bfac7bb

Please sign in to comment.