Error on the wiki - bad ratelimit syntax

Hi,

Here is the example of rate limit:
http://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Server

Sets rate limit for active lease. Format is: rx-rate[/tx-rate] [rx-burst-rate[/tx-burst-rate] [rx-burst-threshold[/tx-burst-threshold] [rx-burst-time[/tx-burst-time]]]].

But it is incorrect. Correct format of rate-limit is:

rx-rate[/tx-rate] [rx-burst-rate[/tx-burst-rate] [rx-burst-threshold[/tx-burst-threshold] [rx-burst-time[/tx-burst-time] [priority] [rx-rate-min[/tx-rate-min]]]]

Could you make a correct?

Thank you for the report.
Wiki page is fixed.