Skip to content

Commit 79123fb

Browse files
fix typos
1 parent 5a936a6 commit 79123fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/2-naming-conventions/naming-conventions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ Examples:
236236
* `orders_v` - a view to the orders table
237237

238238
[^1]:
239-
We see a table and a views as a collection. A jar containing beans is labeled with "beans".
240-
In Java we call such collection also beans (`List<Bean> beans`) and name an entry bean
239+
We see a table and a view as a collection. A jar containing beans is labeled "beans".
240+
In Java we call such a collection also "beans" (`List<Bean> beans`) and name an entry "bean"
241241
(`for (Bean bean : beans) {...}`). An entry of a table is a row (singular) and a table can
242242
contain an unbounded number of rows (plural). This and the fact that the Oracle database uses
243243
the same concept for their tables and views lead to the decision to use the plural
244-
to name a table or view.
244+
to name a table or a view.

0 commit comments

Comments
 (0)