You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by yy...@apache.org on 2022/12/30 10:59:44 UTC

[shardingsphere] branch yy2so-patch-2 created (now 733b52e0f9d)

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

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


      at 733b52e0f9d Update mask.en.md

This branch includes the following new commits:

     new 733b52e0f9d Update mask.en.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shardingsphere] 01/01: Update mask.en.md

Posted by yy...@apache.org.
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 <86...@users.noreply.github.com>
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());