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:58:06 UTC

[shardingsphere] branch yy2so-patch-1 created (now 551fdb06a4c)

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

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


      at 551fdb06a4c Update mask.en.md

This branch includes the following new commits:

     new 551fdb06a4c 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-1
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 551fdb06a4c469fe3b9a670a680eaf2c638a3fd5
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
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());