about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-03-05 07:08:12 +0000
committerEric Wong <e@80x24.org>2016-03-05 07:09:52 +0000
commit19ccb17a3949bc82bf706cf68c629b0e0d25962e (patch)
treed78fccf7d822c24cece60d0ea507aca3de7e48cc
parent209476bb4cf497810564eb764e93854504a3aa6d (diff)
downloadpublic-inbox-19ccb17a3949bc82bf706cf68c629b0e0d25962e.tar.gz
Be less specific, client-side code can be written in any
language (and I do not care for JS runtimes implemented in
C++ :P).
-rw-r--r--Documentation/design_notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/design_notes.txt b/Documentation/design_notes.txt
index 5da48b5d..c7a8b26d 100644
--- a/Documentation/design_notes.txt
+++ b/Documentation/design_notes.txt
@@ -126,7 +126,7 @@ Web notes
 * Expose Message-ID in web views to encourage replies from drive-by
   contributors.
 
-* Raw text endpoint allows users to write client-side JS endpoints
+* Raw text endpoint allows users to write client-side endpoints
   without hosting the data themselves (or on a different server).
 
 What sucks about public-inbox