diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sly.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sly.texi b/doc/sly.texi index 711bbe2..275b12a 100644 --- a/doc/sly.texi +++ b/doc/sly.texi @@ -63,8 +63,8 @@ The document was typeset with Sly is a 2D/3D game engine written in the GNU Guile dialect of the Scheme programming language. With the help of Guile, Sly provides all of the essential building blocks for making video games, such as: -window management, input even handling, rendering, linear algebra, and -powerful scripting capabilities. Sly differentiates itself from +window management, input event handling, rendering, linear algebra, +and powerful scripting capabilities. Sly differentiates itself from traditional game engines by providing a dynamic live coding environment and a functional API. |