浏览代码

Fix some typos in Bytes.hx documentation

Daniel Uranga 10 年之前
父节点
当前提交
ff9c08f581
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      std/haxe/io/Bytes.hx

+ 2 - 2
std/haxe/io/Bytes.hx

@@ -289,7 +289,7 @@ class Bytes {
 	}
 
 	/**
-		Returns the 16 bit unsignged integer at given position (in low endian encoding).
+		Returns the 16 bit unsigned integer at given position (in low endian encoding).
 	**/
 	public inline function getUInt16( pos : Int ) : Int {
 		#if neko_v21
@@ -300,7 +300,7 @@ class Bytes {
 	}
 
 	/**
-		Returns the 16 bit unsignged integer at given position (in low endian encoding).
+		Store the 16 bit unsigned integer at given position (in low endian encoding).
 	**/
 	public inline function setUInt16( pos : Int, v : Int ) : Void {
 		#if neko_v21