mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-30 21:56:43 +02:00
Change of broken docs
This commit is contained in:
@@ -144,13 +144,14 @@ class BankAccount{
|
||||
}
|
||||
```
|
||||
```mermaid
|
||||
classDiagram
|
||||
classDiagram
|
||||
class BankAccount{
|
||||
+String owner
|
||||
+BigDecimal balance
|
||||
+deposit(amount)
|
||||
+withdrawl(amount)
|
||||
}```
|
||||
}
|
||||
```
|
||||
|
||||
## Defining Relationship
|
||||
A relationship is a general term covering the specific types of logical connections found on class and object diagrams.
|
||||
|
Reference in New Issue
Block a user