Parcourir la source

MarkDown syntax for packages.

杨博 (Yang Bo) il y a 11 ans
Parent
commit
c4f8f19780
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {