Skip to content

Commit

Permalink
Fix Another Annoying formatting issue with error tables
Browse files Browse the repository at this point in the history
  • Loading branch information
turbopape authored Oct 15, 2016
1 parent 3ced8b0 commit a297367
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ should not happen).
:reordering-errors | { 1 [:priority],...} You gave priority to tasks according to fields (:priority) which some tasks (1) lack).
:tasks-w-predecessors-errors | :{6 [13],...} These tasks have these non-existent predecessors.
:tasks-w-no-resources | [1,... These tasks are not milestones and are not assigned to any resource.
:tasks-cycles | [[1 2 3]... Set of tasks that are in
a cycle. In this example, 2 depends on 1, 2 on 3 and 3 on 1.
:tasks-cycles | [[1 2 3]... Set of tasks that are in a cycle. In this example, 2 depends on 1, 2 on 3 and 3 on 1.
:milestones-w-no-predecessors | [1 2... These milestones don't have predecessors.

## History
Expand Down

0 comments on commit a297367

Please sign in to comment.