From accb150a0cf7c2a4c28de5b3ac2b39b648f73df5 Mon Sep 17 00:00:00 2001 From: "Hongyang Du (hond)" Date: Thu, 19 Dec 2019 13:50:09 +0800 Subject: [PATCH] Update prebuilt-functions.md --- experimental/common-expression-language/prebuilt-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/common-expression-language/prebuilt-functions.md b/experimental/common-expression-language/prebuilt-functions.md index dd5200accc..c0bd21f332 100644 --- a/experimental/common-expression-language/prebuilt-functions.md +++ b/experimental/common-expression-language/prebuilt-functions.md @@ -2816,7 +2816,7 @@ setPathToValue(, ) | Parameter | Required | Type | Description | | --------- | -------- | ---- | ----------- | | <*Path*> | Yes | Object | the path which you want to set | -| <*value*> | Yes | String | the value you want to set to the path | +| <*value*> | Yes | Object | the value you want to set to the path | | Return value | Type | Description | | ------------ | ---- | ----------- |