Simple typo in juce_DynamicObject.h

DynamicObject::setMethod’s docs end with a comma where it should be a period:

This is basically the same as calling setProperty (methodName, (var::NativeFunction) myFunction), but helps to avoid accidentally invoking the wrong type of var constructor. It also makes the code easier to read,