Răsfoiți Sursa

Merge pull request #4431 from DanielUranga/patch-1

Fix some typos in Bytes.hx documentation
Dan Korostelev 10 ani în urmă
părinte
comite
d6805440f5
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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