You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/11/19 11:44:52 UTC

[shardingsphere] branch master updated: Update _index.en.md (#8230)

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

zhangliang 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 736fb4e  Update _index.en.md (#8230)
736fb4e is described below

commit 736fb4edba40123d2af8cddb3db62489d23fc6d9
Author: CaymanHK <55...@users.noreply.github.com>
AuthorDate: Thu Nov 19 19:24:34 2020 +0800

    Update _index.en.md (#8230)
---
 docs/document/content/faq/_index.en.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/faq/_index.en.md b/docs/document/content/faq/_index.en.md
index 4ff796b..e964533 100644
--- a/docs/document/content/faq/_index.en.md
+++ b/docs/document/content/faq/_index.en.md
@@ -141,7 +141,7 @@ After using resultSet.getObject(int index), for TimeStamp oracle, the system wil
 
 Answer:
 
-When using `Proxool` to configure multiple data sources, each one of them should be configured with alias. It is because `Proxool` would check whether existing alias is included in the connection pool or not when acquiring connections, so without alias, each connection will be acquired from the same data source.
+When using `Proxool` to configure multiple data sources, each one of them should be configured with alias. It is because `Proxool` would check whether existing alias is included in the connection pool or not when acquiring connections, so without alias, each connection will be acquired from the same data source. 
 
 The followings are core codes from ProxoolDataSource getConnection method in `Proxool`: