Skip to content

Commit 19f0695

Browse files
Update README.md
1 parent c552760 commit 19f0695

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,11 +1040,12 @@ sequenceDiagram
10401040
abstract class AbstractCollection<E> extends Object implements Collection<E>
10411041

10421042
```
1043-
<table>
1043+
<h3>where E is the type of elements. </h3>
1044+
1045+
<table>
10441046
<tr>
1045-
<th colspan="4">Abstract Class</th>
1046-
<th >Methods</th>
1047-
1047+
<th colspan="4">Abstract Class</th>
1048+
<th >Methods</th>
10481049
</tr>
10491050
<tr>
10501051
<td colspan="4" rowspan="10" >AbstractCollection</td>

0 commit comments

Comments
 (0)