mirror of
https://github.com/golang/go
synced 2024-11-26 03:17:57 -07:00
Fix a TODO comment
This commit is contained in:
parent
dcc9bf2ad1
commit
ae85bcf82b
@ -439,7 +439,7 @@ func (task *taskDesc) complete() bool {
|
||||
}
|
||||
|
||||
// descendents returns all the task nodes in the subtree rooted from this task.
|
||||
// FIXIME: the method name is misspelled
|
||||
// TODO: the method name is misspelled
|
||||
func (task *taskDesc) decendents() []*taskDesc {
|
||||
if task == nil {
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user