Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit aa195f9

Browse files
committed
minor doc fix
1 parent cbadccc commit aa195f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/machines/utilization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var assign = require('lodash.assign');
1111
* @param {string} params.machineId - Id of the machine to get utilization data for
1212
* @param {string} params.billingMonth - Billing period to query in `YYYY-MM` format
1313
* @param {function} cb - Node-style error-first callback function
14-
* @returns {object} machine - The utilization JSON object
14+
* @returns {object} utilization - The utilization JSON object
1515
* @example
1616
* paperspace.machines.utilization({
1717
* machineId: 'ps123abc',

0 commit comments

Comments
 (0)