Преглед на файлове

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