1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Fix typos in en_refman_gen_tmr doc

This commit is contained in:
Martin Guy 2011-04-23 18:56:41 +02:00
parent 593b4b9232
commit f49b44eae6

View File

@ -59,13 +59,13 @@ data_en =
},
{ sig = "mindelay = #tmr.getmindelay#( id )",
desc = "Get the minimum achieavable delay on the specified timer.",
desc = "Get the minimum achievable delay on the specified timer.",
args = "$id$ - the timer ID.",
ret = "The minimum achievable delay on the specified timer (in us)."
},
{ sig = "maxdelay = #tmr.getmaxdelay#( id )",
desc = "Get the maximum achieavable delay on the specified timer.",
desc = "Get the maximum achievable delay on the specified timer.",
args = "$id$ - the timer ID.",
ret = "The maximum achievable delay on the specified timer (in us)."
},