Correct a grammo.

This commit is contained in:
Jens Schweikhardt 2022-04-04 11:00:09 +02:00
parent 50e244964e
commit f7b0434d29

View File

@ -62,7 +62,7 @@ provides three different interpreters: Forth, Lua and Simple.
The Forth loader is based on an ANS Forth compatible
Forth interpreter based on FICL, by
.An John Sadler .
The Lua loader is includes a full Lua interpreter from
The Lua loader is a full Lua interpreter from
.Pa https://www.lua.org/ .
The Simple loader only interprets a list of builtin commands
without any control structure.
@ -125,4 +125,3 @@ FICL was written by
.An Warner Losh Aq imp@FreeBSD.org
integrated Lua into the tree based on initial work done by Pedro Souza
for the 2014 Google Summer of Code.