Skip to content

Commit

Permalink
M#2909: Опечатка в документации luafar -- far.Timer
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Jan 18, 2015
1 parent b7875f9 commit a399653
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions enc/enc_lua/luafar_manual.tsi
Expand Up @@ -8721,7 +8721,7 @@ lv=2
dt=Text dt=Text
nm=far.Timer nm=far.Timer
ctime=3482124061 ctime=3482124061
mtime=3609249361 mtime=3630782697
<article> <article>
#_timer = far.Timer (interval, handler [, ...]) #_timer = far.Timer (interval, handler [, ...])
#_ #_
Expand All @@ -8736,7 +8736,7 @@ mtime=3609249361
#_**Description:** #_**Description:**
#_ The function creates a periodic timer. Every time the next #_ The function creates a periodic timer. Every time the next
#_ *interval* milliseconds are elapsed, the *handler* is called #_ *interval* milliseconds are elapsed, the *handler* is called
#_ with the timer object as its first argument following by all #_ with the timer object as its first argument followed by all
#_ the additional arguments (if any) passed to far.Timer. #_ the additional arguments (if any) passed to far.Timer.
#_ #_
#_ The returned "timer object" can be used to query or modify #_ The returned "timer object" can be used to query or modify
Expand Down Expand Up @@ -8885,7 +8885,7 @@ lv=4
dt=Text dt=Text
nm=OnTimer nm=OnTimer
ctime=3482328777 ctime=3482328777
mtime=3609322312 mtime=3630782715
<article> <article>
#_handler = timer.OnTimer #_handler = timer.OnTimer
#_ or #_ or
Expand All @@ -8894,7 +8894,7 @@ mtime=3609322312
#_**Description:** #_**Description:**
#_ Query or set the timer handler function. #_ Query or set the timer handler function.
#_ The handler function is called with the timer object as its first argument #_ The handler function is called with the timer object as its first argument
#_ following by all the additional arguments (if any) passed to `far.Timer`. #_ followed by all the additional arguments (if any) passed to `far.Timer`.
#_ #_
#_@@@ #_@@@
#_[far.Timer]: 346.html #_[far.Timer]: 346.html
Expand Down

0 comments on commit a399653

Please sign in to comment.