Fix code sample syntax issue for bullet 3.3

This commit is contained in:
Misha Khokhlov
2017-11-10 11:29:31 +03:00
committed by GitHub
parent ec126c9e07
commit a4c09bb58a

View File

@ -247,7 +247,7 @@
}
// Avoid
function someFunction
function someFunction()
{
// code block
}