From 858fab4d56ef972211fbb86e6509521fbe535f77 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 30 Dec 2013 09:36:55 +0400 Subject: [PATCH] typo fix... Signed-off-by: Alex A. Naanou --- Slang/slang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slang/slang.js b/Slang/slang.js index 99a0032..01a5961 100755 --- a/Slang/slang.js +++ b/Slang/slang.js @@ -570,7 +570,7 @@ var BOOTSTRAP = [ '-- Here is an infix operator example...', '-- :: + ( a | b -- c | ) [ \\ exec 2 0 _swapN \\ exec \\ add 2 1 _swapN ]', '-- now let\'s make a meta function to make things shorter...', -'-- first the helper...' +'-- first the helper...', ':: _infix ( op word -- ) [', ' -- format the word definition...', ' s2b \\ :: -3 before b2s',