Error in documentation for --bwlimit option with WEEKDAY

From the documentation:

An example of timetable with WEEKDAY could be:

--bwlimit "Mon-00:00,512 Fri-23:59,10M Sat-10:00,1M Sun-20:00,off"

It mean that, the transfer bandwidh will be set to 512kBytes/sec on Monday. It will raise to 10Mbytes/s before the end of Friday. At 10:00 on Sunday it will be set to 1Mbyte/s. From 20:00 at Sunday will be unlimited.

It’s obviously Saturday, or I didn’t understand how the --bwlimit option works.
Splitting the --bwlimit timetable and comparing with the explanation in the docs yields:

  • Mon-00:00,512: the transfer bandwidh will be set to 512kBytes/sec on Monday
  • Fri-23:59,10M: It will raise to 10Mbytes/s before the end of Friday
  • Sat-10:00,1M: At 10:00 on Sunday it will be set to 1Mbyte/s
  • Sun-20:00,off: From 20:00 at Sunday will be unlimited.

Yes I think you are correct! Want to send a pull request with a fix?