Index: doc/example-scripts/traits-simple.html =================================================================== diff -u -r2076ef459f42cdf6426522aab56be490b66c2436 -r6ad7855cd7aba089f7a160293802e1639d0d6198 --- doc/example-scripts/traits-simple.html (.../traits-simple.html) (revision 2076ef459f42cdf6426522aab56be490b66c2436) +++ doc/example-scripts/traits-simple.html (.../traits-simple.html) (revision 6ad7855cd7aba089f7a160293802e1639d0d6198) @@ -783,7 +783,7 @@ :requiredVariables collection }

Define the class ReadStream with properties position and -collection that uses the trait. The method useTrait checks the +collection that uses the trait. The method require trait checks the requirements of the trait and imports the methods into ReadStream.