diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index ebd06a813..ac0cc575d 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v1077
\ No newline at end of file
+v1079
\ No newline at end of file
diff --git a/lib/Service/Tax/CalculationService.php b/lib/Service/Tax/CalculationService.php
index 252c599c2..1b74dc81b 100644
--- a/lib/Service/Tax/CalculationService.php
+++ b/lib/Service/Tax/CalculationService.php
@@ -11,7 +11,8 @@
class CalculationService extends \Stripe\Service\AbstractService
{
/**
- * Retrieves the line items of a persisted tax calculation as a collection.
+ * Retrieves the line items of a tax calculation as a collection, if the
+ * calculation hasn’t expired.
*
* @param string $id
* @param null|array $params
diff --git a/lib/Terminal/ConnectionToken.php b/lib/Terminal/ConnectionToken.php
index dd8ce032a..276ec2ad5 100644
--- a/lib/Terminal/ConnectionToken.php
+++ b/lib/Terminal/ConnectionToken.php
@@ -10,7 +10,7 @@
* Related guide: Fleet management
*
* @property string $object String representing the object's type. Objects of the same type share the same value.
- * @property null|string $location The id of the location that this connection token is scoped to. Note that location scoping only applies to internet-connected readers. For more details, see the docs on scoping connection tokens.
+ * @property null|string $location The id of the location that this connection token is scoped to. Note that location scoping only applies to internet-connected readers. For more details, see the docs on scoping connection tokens.
* @property string $secret Your application should pass this token to the Stripe Terminal SDK.
*/
class ConnectionToken extends \Stripe\ApiResource