Feedback on the new docs site

The documentation for the Destroy Struct method seems wrong.
It doesn’t reinitialize the struct internally, it just finalizes it.
The description must have been copied from ClearScriptStruct method, which actually reinitializes the struct after finalization.