From a9bb5a3fdb5abebd0778bc03e49a514d2e695b2a Mon Sep 17 00:00:00 2001 From: Florian Schmid Date: Wed, 19 Apr 2023 21:49:41 +0200 Subject: [PATCH] capitalize classname --- js/cpuRepository.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cpuRepository.js b/js/cpuRepository.js index ad84a99..9e13d86 100644 --- a/js/cpuRepository.js +++ b/js/cpuRepository.js @@ -1,4 +1,4 @@ -class cpuRepository { +class CpuRepository { #cpuList; #currentCPU;