From 17b4dc1fc65ee51c3ae52727837e8744d506c74c Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 28 Jul 2019 11:11:31 -0500 Subject: [PATCH] Tweak man page. --- janet.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janet.1 b/janet.1 index 88fa446d..6a208f3a 100644 --- a/janet.1 +++ b/janet.1 @@ -14,7 +14,7 @@ janet \- run the Janet language abstract machine .SH DESCRIPTION Janet is a functional and imperative programming language and bytecode interpreter. It is a modern lisp, but lists are replaced by other data structures with better utility -and performance (arrays, tables, structs, tuples). The language also bridging +and performance (arrays, tables, structs, tuples). The language also features bridging to native code written in C, meta-programming with macros, and bytecode assembly. There is a repl for trying out the language, as well as the ability to run script files.