Fixed the comments to be capitalized at the start and also terminate with a period.

This commit is contained in:
Pradyumna Kaushik 2017-09-28 15:36:47 -04:00
parent 577120ae7c
commit b807625b78
19 changed files with 194 additions and 201 deletions

View file

@ -1,9 +1,9 @@
package def
// the sortBy function that takes a task reference and returns the resource to consider when sorting.
// The sortBy function that takes a task reference and returns the resource to consider when sorting.
type sortBy func(task *Task) float64
// Possible Sorting Criteria
// Possible Sorting Criteria.
// Each holds a closure that fetches the required resource from the
// given task reference.
var (