This is an automated email from the ASF dual-hosted git repository.

yy2so pushed a commit to branch yy2so-patch-1
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 551fdb06a4c469fe3b9a670a680eaf2c638a3fd5
Author: Yacine Si Tayeb <[email protected]>
AuthorDate: Fri Dec 30 18:58:00 2022 +0800

    Update mask.en.md
    
    Updating the doc
---
 .../user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md
 
b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md
index 29ddec656e1..28f12af6cd3 100644
--- 
a/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md
@@ -32,7 +32,7 @@ Please refer to [Built-in Mask Algorithm 
List](/en/user-manual/common-config/bui
 ## Procedure
 
 1. Configure data masking rules in the YAML file, including data sources, mask 
rules, global attributes, and other configuration items.
-2. Using the createDataSource of calling the 
YamlShardingSphereDataSourceFactory object to create ShardingSphereDataSource 
based on the configuration information in the YAML file.
+2. Using the `createDataSource` of calling the 
YamlShardingSphereDataSourceFactory object to create `ShardingSphereDataSource` 
based on the configuration information in the YAML file.
 
 ## Sample
 
@@ -75,7 +75,7 @@ rules:
         replace-char: '*'
 ```
 
-Read the YAML configuration to create a data source according to the 
createDataSource method of YamlShardingSphereDataSourceFactory.
+Read the YAML configuration to create a data source according to the 
`createDataSource` method of `YamlShardingSphereDataSourceFactory`.
 
 ```java
 YamlShardingSphereDataSourceFactory.createDataSource(getFile());

Reply via email to