From b6f1f68a00f82b2afa34470965e6834a404801a6 Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Thu, 5 Apr 2018 19:45:14 -0700 Subject: [PATCH] Documentation punctuation fixes: its = posessive --- includes/abstracts/abstract-wc-order.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/abstracts/abstract-wc-order.php b/includes/abstracts/abstract-wc-order.php index 8bcc2d7e83f..2953cfec6bd 100644 --- a/includes/abstracts/abstract-wc-order.php +++ b/includes/abstracts/abstract-wc-order.php @@ -802,7 +802,7 @@ abstract class WC_Abstract_Order extends WC_Abstract_Legacy_Order { } /** - * Get an order item object, based on it's type. + * Get an order item object, based on its type. * * @since 3.0.0 * @param int $item_id ID of item to get. @@ -1134,7 +1134,7 @@ abstract class WC_Abstract_Order extends WC_Abstract_Legacy_Order { /** * Add a product line item to the order. This is the only line item type with - * it's own method because it saves looking up order amounts (costs are added up for you). + * its own method because it saves looking up order amounts (costs are added up for you). * * @param WC_Product $product Product object. * @param int $qty Quantity to add.