We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f1362 commit a7c5d66Copy full SHA for a7c5d66
1 file changed
builder.go
@@ -107,7 +107,7 @@ func (b *TaskBuilder[T]) Build() (TaskSet, error) {
107
}
108
109
// Tasks satisfies the TaskSet interface to avoid the need to call Build(). It is equivalent to
110
-// calling Must(Build()).
+// calling Must(Build()).Tasks().
111
func (b *TaskBuilder[T]) Tasks() []Task {
112
return Must(b.Build()).Tasks()
113
@@ -214,7 +214,7 @@ func (b *MultiTaskBuilder) Build() (TaskSet, error) {
214
215
216
217
218
func (b *MultiTaskBuilder) Tasks() []Task {
219
220
0 commit comments