diff --git a/lam/docs/devel/mod_basics.htm b/lam/docs/devel/mod_basics.htm index 98efa65a..96e1c838 100644 --- a/lam/docs/devel/mod_basics.htm +++ b/lam/docs/devel/mod_basics.htm @@ -38,7 +38,7 @@ therefore the file will be called lib/modules/i

3. Defining the class

-All module classes have baeModule +All module classes have baseModule as parent class. This provides common functionality and dummy functions for all required class functions.