Update FeatureGate.scala

This commit is contained in:
Tedros Tesfu 2023-06-07 17:02:08 -04:00 committed by GitHub
parent fb54d8b549
commit f107db5715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ object FeatureGate {
}
/**
* A [[Gate]] that is actuated based upon the value of the provided feature
* A [[Gate]] that is actuated based upon the value of the provided feature
*/
case class FeatureGate[Value](
gateIdentifier: GateIdentifier,