Fixed docblock

This commit is contained in:
Claudio Sanches 2017-02-16 22:25:20 -02:00
parent 01a5296e7e
commit 31f68377f9
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ class WC_REST_Orders_Controller extends WC_REST_CRUD_Controller {
}
/**
* Prepare a single coupon for create or update.
* Prepare a single order for create or update.
*
* @param WP_REST_Request $request Request object.
* @param bool $creating If is creating a new object.