diff options
| author | alex <alex@pdp7.net> | 2026-04-05 23:44:57 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-04-05 23:47:13 +0200 |
| commit | db1d96e2c3c55d5180ac01c337305d8351608913 (patch) | |
| tree | 48ab51a90927113ee1fe4b634255d50552e2450d /blog/content/notes | |
| parent | 73639d53499a9792ba54f9e7099d871e55d09c4f (diff) | |
Fix JavaScript casingmaster
Diffstat (limited to 'blog/content/notes')
| -rw-r--r-- | blog/content/notes/tech/about-relational-databases.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
