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

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 80e7a9ffbc0 Update mask.en.md (#23205)
80e7a9ffbc0 is described below

commit 80e7a9ffbc06e3076a611d5a4fabdf894e8f74bf
Author: Yacine Si Tayeb <[email protected]>
AuthorDate: Fri Dec 30 18:59:56 2022 +0800

    Update mask.en.md (#23205)
    
    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