aboutsummaryrefslogtreecommitdiffhomepage
path: root/janet.1
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-01-06 03:23:03 -0500
committerCalvin Rose <calsrose@gmail.com>2019-01-06 03:23:03 -0500
commit6f3bc3d577962b08c7143c007575ca8917588485 (patch)
tree853a78db81149b10241d1946ce274a23d08ea87e /janet.1
parentAdd source location to doc macro. (diff)
Update copyright date, fix types, remove trailing whitespace.
Diffstat (limited to 'janet.1')
-rw-r--r--janet.14
1 files changed, 2 insertions, 2 deletions
diff --git a/janet.1 b/janet.1
index 19768fb1..0f994439 100644
--- a/janet.1
+++ b/janet.1
@@ -8,7 +8,7 @@ janet \- run the janet language abstract machine
[\fB\-\-\fR]
.IR files ...
.SH DESCRIPTION
-Janet is a functional and imperative programming language and bytecode interpreter.
+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 bridging
to native code written in C, meta-programming with macros, and bytecode assembly.
@@ -19,7 +19,7 @@ into other programs. Try janet in your browser at https://janet-lang.org.
Implemented in mostly standard C99, janet runs on Windows, Linux and macOS.
The few features that are not standard C99 (dynamic library loading, compiler
-specific optimizations), are fairly straight forward. Janet can be easily ported to
+specific optimizations), are fairly straight forward. Janet can be easily ported to
most new platforms.
.SH DOCUMENTATION