mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Fix typo on examples
This commit is contained in:
parent
ba3e0c4c35
commit
f6d4686898
@ -141,7 +141,7 @@ There are two ways to define the members of a class, and regardless of whichever
|
||||
class BankAccount{
|
||||
+String owner
|
||||
+BigDecimal balance
|
||||
+deposit(amount) bool
|
||||
+deposit(amount)
|
||||
+withdrawl(amount)
|
||||
}
|
||||
```
|
||||
@ -151,8 +151,8 @@ class BankAccount{
|
||||
class BankAccount{
|
||||
+String owner
|
||||
+BigDecimal balance
|
||||
+deposit(amount) bool
|
||||
+withdrawl(amount) int
|
||||
+deposit(amount)
|
||||
+withdrawl(amount)
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user