Pārlūkot izejas kodu

documentation typo fix

Laurent Deketelaere 9 gadi atpakaļ
vecāks
revīzija
ae51c928be
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      std/haxe/Timer.hx

+ 1 - 1
std/haxe/Timer.hx

@@ -48,7 +48,7 @@ class Timer {
 	/**
 	/**
 		Creates a new timer that will run every `time_ms` milliseconds.
 		Creates a new timer that will run every `time_ms` milliseconds.
 
 
-		After creating the Timer instance, it calls `this].run` repeatedly,
+		After creating the Timer instance, it calls `this.run` repeatedly,
 		with delays of `time_ms` milliseconds, until `this.stop` is called.
 		with delays of `time_ms` milliseconds, until `this.stop` is called.
 
 
 		The first invocation occurs after `time_ms` milliseconds, not
 		The first invocation occurs after `time_ms` milliseconds, not