From db1d96e2c3c55d5180ac01c337305d8351608913 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 5 Apr 2026 23:44:57 +0200 Subject: Fix JavaScript casing --- blog/content/notes/tech/about-relational-databases.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog/content/notes') diff --git a/blog/content/notes/tech/about-relational-databases.gmi b/blog/content/notes/tech/about-relational-databases.gmi index c66a530f..d08071ac 100644 --- a/blog/content/notes/tech/about-relational-databases.gmi +++ b/blog/content/notes/tech/about-relational-databases.gmi @@ -21,7 +21,7 @@ Many computer languages have similar concepts: * C++ std::map * Java java.util.Map * C# System.Collections.Generic.Dictionary -* Javascript Object +* JavaScript Object * PHP arrays Relations are a natural concept, so although non-relational data systems exist, most data can be stored as relations. -- cgit v1.2.3