Index: doc/example-scripts/traits-simple.html =================================================================== diff -u -r444fa56b72c6d35bd3cbbe46a44b12a4ea33088f -r2076ef459f42cdf6426522aab56be490b66c2436 --- doc/example-scripts/traits-simple.html (.../traits-simple.html) (revision 444fa56b72c6d35bd3cbbe46a44b12a4ea33088f) +++ doc/example-scripts/traits-simple.html (.../traits-simple.html) (revision 2076ef459f42cdf6426522aab56be490b66c2436) @@ -778,7 +778,8 @@ # This trait requires a method "position" and a variable # "collection" from the base class. The definition is incomplete in # these regards. - :requiredMethods position + + :requiredMethods position :requiredVariables collection }

Define the class ReadStream with properties position and @@ -839,7 +840,7 @@