diff --git a/product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/gate/FeatureGate.scala b/product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/gate/FeatureGate.scala index 8530e4b7b..20d60bc92 100644 --- a/product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/gate/FeatureGate.scala +++ b/product-mixer/component-library/src/main/scala/com/twitter/product_mixer/component_library/gate/FeatureGate.scala @@ -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,