Skip to content

Commit f1ce950

Browse files
committed
Polish index.rst
1 parent fc88541 commit f1ce950

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Welcome to Doma 2
1313
=====================
1414

1515
Doma 2 is a database access framework for Java 8+.
16-
Doma has some strong points:
16+
Doma has various strengths:
1717

18-
* Verifies and generates source code at compile-time using annotation processing.
19-
* Maps a database column to a user-defined Java object.
20-
* Uses SQL-templates that is called two-way-SQL.
21-
* Supports classes introduced in Java8, such as ``java.time.LocalDate``, ``java.util.Optional`` and ``java.util.stream.Stream``.
18+
* Verifies and generates source code at compile time using annotation processing.
19+
* Maps database columns to user-defined Java objects.
20+
* Uses SQL templates, called "two-way SQL".
21+
* Supports classes introduced in Java 8, such as ``java.time.LocalDate``, ``java.util.Optional``, and ``java.util.stream.Stream``.
2222
* Has no dependence on other libraries.
2323

2424
This document consists of following sections:

0 commit comments

Comments
 (0)