杨博 (Yang Bo) 11 лет назад
Родитель
Сommit
c4f8f19780
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      std/haxe/io/Input.hx

+ 1 - 1
std/haxe/io/Input.hx

@@ -22,7 +22,7 @@
 package haxe.io;
 
 /**
-	An Input is an abstract reader. See other classes in the [haxe.io] package
+	An Input is an abstract reader. See other classes in the `haxe.io` package
 	for several possible implementations.
 **/
 class Input {