瀏覽代碼

MarkDown syntax for packages.

杨博 (Yang Bo) 11 年之前
父節點
當前提交
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 {