From 32b520eabc849ca0e87f49adabd00e4c4e446702 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Tue, 2 Aug 2022 15:04:14 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- .../connectivity/ipc-rpc-development-guideline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/connectivity/ipc-rpc-development-guideline.md b/en/application-dev/connectivity/ipc-rpc-development-guideline.md index 3d541e4832..fadb084eec 100644 --- a/en/application-dev/connectivity/ipc-rpc-development-guideline.md +++ b/en/application-dev/connectivity/ipc-rpc-development-guideline.md @@ -33,7 +33,7 @@ IPC/RPC enables a proxy and a stub that run on different processes to communicat

IRemoteProxy

-   +

Service proxy classes are derived from the IRemoteProxy class.

-- GitLab