diff --git a/src-bundle/develnext/bundle/oc/description.html b/src-bundle/develnext/bundle/oc/description.html
index 433bfe1..53c23a6 100644
--- a/src-bundle/develnext/bundle/oc/description.html
+++ b/src-bundle/develnext/bundle/oc/description.html
@@ -1,11 +1,12 @@
- Class OC (Object Converter)
- - OC::isObjArr($object) : Array
+ - OC::objToArr($object) : Array
- OC::objToJson($object) : Json
- OC::arrToObj($array) : Object
- OC::jsonToObj($json) : Object
- OC::isObjArr($array) : Boolean
+ - OC::isObjJson($json) : Boolean
-
+
\ No newline at end of file