summaryrefslogtreecommitdiff
path: root/src/script/squirrel_class.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/squirrel_class.hpp')
-rw-r--r--src/script/squirrel_class.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script/squirrel_class.hpp b/src/script/squirrel_class.hpp
index 0a1ab73dc..a08d8b3a6 100644
--- a/src/script/squirrel_class.hpp
+++ b/src/script/squirrel_class.hpp
@@ -16,8 +16,7 @@
/**
* The template to define classes in Squirrel. It takes care of the creation
- * and calling of such classes, to make the AI Layer cleaner while having a
- * powerful script as possible AI language.
+ * and calling of such classes, to minimize the API layer.
*/
template <class CL>
class DefSQClass {