From d9c4f29f92db1a11b427566175fe2e8e15706347 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Sun, 24 Apr 2022 15:15:19 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/device-dev/driver/driver-hdf-manage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/driver/driver-hdf-manage.md b/en/device-dev/driver/driver-hdf-manage.md index 7999ee47fc..66950c13c6 100644 --- a/en/device-dev/driver/driver-hdf-manage.md +++ b/en/device-dev/driver/driver-hdf-manage.md @@ -170,7 +170,7 @@ You can reference the content of a node to modify the content of another node. T node :& source_node ``` - In this statement, the content of **node** is referenced to modify the content of **source_node**. +In this statement, the content of **node** is referenced to modify the content of **source_node**. Example: -- GitLab