From b921edd04be503baf0a00efd0e0f981eda34ed34 Mon Sep 17 00:00:00 2001 From: Clement Date: Tue, 4 Apr 2023 10:57:46 +0200 Subject: [PATCH] typo --- IOT/docs/diagram/class.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IOT/docs/diagram/class.puml b/IOT/docs/diagram/class.puml index 678c6f3..4073667 100644 --- a/IOT/docs/diagram/class.puml +++ b/IOT/docs/diagram/class.puml @@ -14,7 +14,7 @@ Class API { } Class Program { - + Program () + + Program() + setup() }