diff --git a/lib/flipper/adapters/moneta.rb b/lib/flipper/adapters/moneta.rb index 5bf169b77..2a1f9ca09 100644 --- a/lib/flipper/adapters/moneta.rb +++ b/lib/flipper/adapters/moneta.rb @@ -47,7 +47,7 @@ def get(feature) # Public: Enables a gate for a given thing. # # feature - The Flipper::Feature for the gate. - # gate - The Flipper::Gate to disable. + # gate - The Flipper::Gate to enable. # thing - The Flipper::Type being enabled for the gate. # # Returns true. diff --git a/lib/flipper/adapters/mongo.rb b/lib/flipper/adapters/mongo.rb index e91dbc91f..773283a46 100644 --- a/lib/flipper/adapters/mongo.rb +++ b/lib/flipper/adapters/mongo.rb @@ -59,8 +59,8 @@ def get_all # Public: Enables a gate for a given thing. # # feature - The Flipper::Feature for the gate. - # gate - The Flipper::Gate to disable. - # thing - The Flipper::Type being disabled for the gate. + # gate - The Flipper::Gate to enable. + # thing - The Flipper::Type being enabled for the gate. # # Returns true. def enable(feature, gate, thing) diff --git a/lib/flipper/adapters/redis.rb b/lib/flipper/adapters/redis.rb index e99b7c319..6e59d4acd 100644 --- a/lib/flipper/adapters/redis.rb +++ b/lib/flipper/adapters/redis.rb @@ -79,7 +79,7 @@ def get_all # Public: Enables a gate for a given thing. # # feature - The Flipper::Feature for the gate. - # gate - The Flipper::Gate to disable. + # gate - The Flipper::Gate to enable. # thing - The Flipper::Type being enabled for the gate. # # Returns true. diff --git a/lib/flipper/adapters/sequel.rb b/lib/flipper/adapters/sequel.rb index 67f065034..8f43a4271 100644 --- a/lib/flipper/adapters/sequel.rb +++ b/lib/flipper/adapters/sequel.rb @@ -123,8 +123,8 @@ def get_all # Public: Enables a gate for a given thing. # # feature - The Flipper::Feature for the gate. - # gate - The Flipper::Gate to disable. - # thing - The Flipper::Type being disabled for the gate. + # gate - The Flipper::Gate to enable. + # thing - The Flipper::Type being enabled for the gate. # # Returns true. def enable(feature, gate, thing)