This is an automated email from the ASF dual-hosted git repository. yy2so pushed a commit to branch yy2so-patch-2 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 733b52e0f9dd9dc4b7a832b531044d3e61577920 Author: Yacine Si Tayeb <[email protected]> AuthorDate: Fri Dec 30 18:59:37 2022 +0800 Update mask.en.md Updating the doc --- .../user-manual/shardingsphere-jdbc/yaml-config/rules/mask.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 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..ec0998b53e0 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 @@ -6,7 +6,7 @@ weight = 11 ## Background The YAML configuration approach to data masking is highly readable, with the YAML format enabling a quick understanding of dependencies between mask rules. -Based on the YAML configuration, ShardingSphere automatically completes the creation of ShardingSphereDataSource objects, reducing unnecessary coding efforts for users. +Based on the YAML configuration, ShardingSphere automatically completes the creation of `ShardingSphereDataSource` objects, reducing unnecessary coding efforts for users. ## Parameters @@ -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());
