Skip to content

Commit aecd84c

Browse files
authored
Fixed spelling issue in a code comment.
"// Gets or sets a list containing reference to [...] " -> "// Gets or sets a list containing references to [...] "
1 parent bdaf236 commit aecd84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/Models/PSAvailabilitySet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public string StatusesText
8484
get { return JsonConvert.SerializeObject(Statuses, Formatting.Indented); }
8585
}
8686

87-
// Gets or sets a list containing reference to all Virtual Machines created under this Availability Set.
87+
// Gets or sets a list containing references to all Virtual Machines created under this Availability Set.
8888
public IList<SubResource> VirtualMachinesReferences { get; set; }
8989

9090
[JsonIgnore]

0 commit comments

Comments
 (0)