Skip to content

Commit

Permalink
docs: update for re-ordering (#2704)
Browse files Browse the repository at this point in the history
make bottom section a separate list item like top and middle
  • Loading branch information
arfanliaqat committed Feb 7, 2022
1 parent 5d71afc commit bb6c36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/classDiagram.md
Expand Up @@ -41,7 +41,7 @@ A single instance of a class in the diagram contains three compartments:

- The top compartment contains the name of the class. It is printed in bold and centered, and the first letter is capitalized. It may also contain optional annotation text describing the nature of the class.
- The middle compartment contains the attributes of the class. They are left-aligned and the first letter is lowercase.
The bottom compartment contains the operations the class can execute. They are also left-aligned and the first letter is lowercase.
- The bottom compartment contains the operations the class can execute. They are also left-aligned and the first letter is lowercase.

```mermaid-example
classDiagram
Expand Down

0 comments on commit bb6c36c

Please sign in to comment.