Skip to content

Commit

Permalink
docs: update key-value documentation module
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jun 18, 2023
1 parent 75a1aa7 commit 64ceb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/nosql-key-value/src/main/java/module-info.java
Expand Up @@ -14,7 +14,7 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/
/**
* The key-value module in mapping level.
* The Jakarta NoSQL key-value module.
* <p>
* Key-value (KV) stores use the associative array (also known as a map or dictionary) as their fundamental data model.
* In this model, data is represented as a collection of key-value pairs, such that each possible key appears at most
Expand Down

0 comments on commit 64ceb6f

Please sign in to comment.