Error in help file

In the using AppleScript or JavaScript section this:
should be:
- Code: Select all
return {hazelPassesScript:true, hazelOutputAttributes:{color,flavor}}
should be:
- Code: Select all
return {hazelPassesScript:true, hazelOutputAttributes:[color,flavor]}