Skip to content

Commit

Permalink
Update mongodbatlas/process_disk_measurements.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Andrea Angiolillo <[email protected]>
  • Loading branch information
gssbzn and andreaangiolillo committed Apr 13, 2020
1 parent ef73690 commit cebb5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodbatlas/process_disk_measurements.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type ProcessDiskMeasurements struct {

var _ ProcessDiskMeasurementsService = &ProcessDiskMeasurementsServiceOp{}

// List list measurements for a specific Atlas MongoDB disk.
// List lists measurements for a specific Atlas MongoDB disk.
// See more: https://docs.atlas.mongodb.com/reference/api/process-disks-measurements/#get-measurements-of-a-disk-for-a-mongodb-process
func (s *ProcessDiskMeasurementsServiceOp) List(ctx context.Context, groupID, hostName string, port int, diskName string, opts *ProcessMeasurementListOptions) (*ProcessDiskMeasurements, *Response, error) {

Expand Down

0 comments on commit cebb5eb

Please sign in to comment.