git » sdk » commit 21b6ce7

Don't say haxe

author Stephen Paul Weber
2024-03-05 20:02:11 UTC
committer Stephen Paul Weber
2024-03-05 20:02:11 UTC
parent 312d290fc72e38989e5145520162d19a310c5fa2

Don't say haxe

HaxeCBridge.hx +1 -1

diff --git a/HaxeCBridge.hx b/HaxeCBridge.hx
index fb41060..c1e02c8 100644
--- a/HaxeCBridge.hx
+++ b/HaxeCBridge.hx
@@ -1564,7 +1564,7 @@ class CConverterContext {
 
 					Thread-safety: can be called on any thread.
 
-					@param objPtr a handle to an arbitrary haxe object returned from a haxe function'),
+					@param objPtr a handle to an arbitrary SDK object returned from an SDK function'),
 				kind: Function({
 					name: functionIdent,
 					args: [{name: 'objPtr', type: Ident("const void*")}],