Skip to content

Commit e9e6915

Browse files
committed
[update] the details section for the autoSchedule() method
1 parent 8c1fd42 commit e9e6915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/api/gantt_autoschedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gantt.autoSchedule();
1616
@template: api_method
1717
@descr:
1818

19-
To recalculate the schedule starting from a particular task, pass the id of the task as an argument to the **autoSchedule()** method:
19+
To recalculate the schedule for a group of linked tasks, pass the id of one of the tasks in this group as an argument to the **autoSchedule()** method:
2020

2121
~~~js
2222
gantt.autoSchedule(taskId);

0 commit comments

Comments
 (0)