From 446461f5f74d0b980d5a59e61a6525c9161aacf6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 25 Jun 2022 19:42:10 +0200 Subject: [PATCH] caps OEIS --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 201f1d2..b1e7e68 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -172,7 +172,7 @@ const getConst = (letters = String) => { case "i": const_data.push(0.20787957635076190 ** position); const_infos[letter] = { - "oeis": "https://oeis.org/A049006" + "OEIS": "https://oeis.org/A049006" }; break; case "j":