From 4a79ea8c729203a6ebabbdec6fe1632b0d2d470f Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 7 May 2013 03:50:41 +0000 Subject: [PATCH] Fix typo in header comment. --- exec/classic_shell.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exec/classic_shell.js b/exec/classic_shell.js index f98fcc606f..8a1f765dbd 100644 --- a/exec/classic_shell.js +++ b/exec/classic_shell.js @@ -9,7 +9,8 @@ //############################################################################### //# This shell is an imitation of the Version 1c command set/structure # //# # -//# It also serves as an example of a complex command shell using JavaScript # +//# It also serves as an example of how to not write a complex command shell # +//# using JavaScript. Seriously. Don't look at this. # //# # //############################################################################### -- GitLab