Copilot commented on code in PR #2746:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2746#discussion_r2020115265


##########
hugegraph-server/README.md:
##########
@@ -8,4 +8,4 @@ HugeGraph Server consists of two layers of functionality: the 
graph engine layer
   - Backend Interface: Implements the storage of graph data to the backend.
 
 - Storage Layer:
-  - Storage Backend: Supports multiple built-in storage backends 
(RocksDB/MySQL/HBase/...) and allows users to extend custom backends without 
modifying the existing source code.
+  - Storage Backend: Supports multiple built-in storage backends 
(RocksDB/Memory/Hstore/HBase/...) and allows users to extend custom backends 
without modifying the existing source code.

Review Comment:
   [nitpick] Consider using a consistent case for 'Hstore' (e.g. 'HStore') to 
match naming conventions used elsewhere in the project.
   ```suggestion
     - Storage Backend: Supports multiple built-in storage backends 
(RocksDB/Memory/HStore/HBase/...) and allows users to extend custom backends 
without modifying the existing source code.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to