Skip to content

Commit

Permalink
change statements
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Jul 31, 2024
1 parent af0c176 commit 91f64bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/aws-cdk-lib/aws-cloudwatch/lib/metric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@ export interface MathExpressionProps extends MathExpressionOptions {
* The key is the identifier that represents the given metric in the
* expression, and the value is the actual Metric object.
*
* The `period` of each Metric object is ignored and instead overridden
* by the `period` of this MathExpression object.
* The `period` of each Metric object is ignored and instead overridden by
* the `period` of this math expression object. Even if the `period` of the
* math expression is not specified, it is overridden by its default value.
*
* @default - Empty map.
*/
Expand Down

0 comments on commit 91f64bb

Please sign in to comment.