Fix some spelling errors (death to referAnce)
[civicrm-core.git] / api / v3 / OptionGroup.php
index 27d0cb570840e50e0f7c35206482c08976d4d04c..545b6c71ec8dff9c6d2c9606b3543e48a0bd2b87 100644 (file)
@@ -43,10 +43,10 @@ function _civicrm_api3_option_group_create_spec(&$params) {
  * This method is used to delete any existing Option Group. id of the group
  * to be deleted is required field in $params array
  *
- * @param array $params  (reference) array containing id of the group
+ * @param array $params array containing id of the group
  *                       to be deleted
  *
- * @return array  (reference) returns flag true if successfull, error
+ * @return array API Result Array
  *                message otherwise
  * {@getfields OptionGroup_delete}
  * @access public