diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sly.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sly.texi b/doc/sly.texi index 71a84cd..711bbe2 100644 --- a/doc/sly.texi +++ b/doc/sly.texi @@ -65,7 +65,7 @@ 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 -traditional game engines by providing a dynamic live codinng +traditional game engines by providing a dynamic live coding environment and a functional API. For those unfamiliar with the term, ``live coding'' is the practice of |