From 6ee42ec3c91a5a52d51a3ef929ed01a233ab2ab2 Mon Sep 17 00:00:00 2001 From: "taohebin@dcloud.io" Date: Thu, 30 May 2024 17:56:16 +0800 Subject: [PATCH] Update uts-for-ios.md --- docs/plugin/uts-for-ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin/uts-for-ios.md b/docs/plugin/uts-for-ios.md index c873e017..3c3613ef 100644 --- a/docs/plugin/uts-for-ios.md +++ b/docs/plugin/uts-for-ios.md @@ -819,7 +819,7 @@ class TestB { ``` -#### 5.1.15 指针操作 +#### 5.1.16 指针操作 在Swift操作指针,需要用到`&`操作符隐式转换得到`UnsafePointer`类型,UTS中提供了`UTSiOS.getPointer()`来表示`&`符号。 -- GitLab