spelling: handdrawn

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:00:51 -04:00
parent 82646432a1
commit ccdd0f0146

View File

@@ -50,7 +50,7 @@
setPoints(List~int~ points) setPoints(List~int~ points)
getPoints() List~int~ getPoints() List~int~
} }
Square : -List~string~ messages Square : -List~string~ messages
Square : +setMessages(List~string~ messages) Square : +setMessages(List~string~ messages)
Square : +getMessages() List~string~ Square : +getMessages() List~string~
@@ -88,7 +88,7 @@
--- ---
classDiagram classDiagram
class Duck { class Duck {
} }
</pre> </pre>
</div> </div>
@@ -127,8 +127,8 @@
-attribute:type -attribute:type
- attribute : type - attribute : type
test test
+ GetAttribute() type + GetAttribute() type
+ GetAttribute() type + GetAttribute() type
} }
</pre> </pre>
@@ -449,7 +449,7 @@
--- ---
config: config:
theme: forest theme: forest
look: handDrawns look: handDrawn
layout: elk layout: elk
--- ---
classDiagram classDiagram