diff --git a/doc/site/embedding/configuring-the-vm.markdown b/doc/site/embedding/configuring-the-vm.markdown index 9ea68a34..63ff0afe 100644 --- a/doc/site/embedding/configuring-the-vm.markdown +++ b/doc/site/embedding/configuring-the-vm.markdown @@ -82,7 +82,7 @@ static void loadModuleComplete(WrenVM* vm, { if(result.source) { //for example, if we used malloc to allocate - our source string, we use free to release it. + //our source string, we use free to release it. free((void*)result.source); } }