Skip to content

Commit b1cdb38

Browse files
committed
Fix duration expression documentation
1 parent c8feb2d commit b1cdb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/router-config/src/traffic_shaping.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pub enum DurationOrExpression {
138138
)]
139139
#[schemars(with = "String")]
140140
Duration(Duration),
141-
/// A VRL expression that evaluates to a duration. The result can be an integer (milliseconds), a float (milliseconds), or a duration string (e.g. "5s").
141+
/// A VRL expression that evaluates to a duration. The result can be an integer (milliseconds) or a duration string (e.g. "5s").
142142
Expression { expression: String },
143143
}
144144

0 commit comments

Comments
 (0)