From c8fbc742deaa99bdc41e47b8e911a152b1f1e5d5 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Fri, 29 Jul 2022 06:07:23 +0000 Subject: [PATCH] update en/readme/window-manager.md. Signed-off-by: king_he <6384784@qq.com> --- en/readme/window-manager.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/readme/window-manager.md b/en/readme/window-manager.md index 94aa6b8836..19f2f48dff 100644 --- a/en/readme/window-manager.md +++ b/en/readme/window-manager.md @@ -30,8 +30,8 @@ Components of the Window Manager subsystem are described as follows: ```text foundation/window/window_manager/ -├── dm # Display Manager Client implementation code -├── dmserver # Display Manager Server implementation code +├── dm # Implementation code of Display Manager Client +├── dmserver # Implementation code of Display Manager Server ├── interfaces # External APIs │ ├── innerkits # Native APIs │ └── kits # JS APIs and native APIs @@ -39,8 +39,8 @@ foundation/window/window_manager/ ├── sa_profile # System service configuration files ├── snapshot # Implementation code of the screenshot command line tool ├── utils # Utilities -├── wm # Window Manager Client implementation code -├── wmserver # Window Manager Server implementation code +├── wm # Implementation code of Window Manager Client +├── wmserver # Implementation code of Window Manager Server ``` ## Constraints -- GitLab