Skip to content

Commit

Permalink
Replace 'an unique' with 'the unique' everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Mar 22, 2016
1 parent 61d87e3 commit 5d172b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public DiskTypeId diskTypeId() {
}

/**
* Returns an unique identifier for the disk type; defined by the service.
* Returns the unique identifier for the disk type; defined by the service.
*/
public String id() {
return id;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public MachineTypeId machineTypeId() {
}

/**
* Returns an unique identifier for the machine type; defined by the service.
* Returns the unique identifier for the machine type; defined by the service.
*/
public String id() {
return id;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public RegionId regionId() {
}

/**
* Returns an unique identifier for the region; defined by the service.
* Returns the unique identifier for the region; defined by the service.
*/
public String id() {
return id;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public String description() {
}

/**
* Returns an unique identifier for the zone; defined by the service.
* Returns the unique identifier for the zone; defined by the service.
*/
public String id() {
return id;
Expand Down

0 comments on commit 5d172b6

Please sign in to comment.