Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ec2-alpha/lib/ipam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export interface IIpamPool {
readonly ipamIpv4Cidrs?: string[];

/**
* Function to associate a IPv6 address with IPAM pool
* Function to associate an IPv6 address with IPAM pool
*/
provisionCidr(id: string, options: IpamPoolCidrProvisioningOptions): CfnIPAMPoolCidr;

Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iot-alpha/lib/topic-rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class TopicRule extends Resource implements ITopicRule {
}

/**
* Add a action to the topic rule.
* Add an action to the topic rule.
*
* @param action the action to associate with the topic rule.
*/
Expand Down
Loading