Skip to content

Commit

Permalink
Merge pull request #812 from flippercloud/misnomers
Browse files Browse the repository at this point in the history
misnomers
  • Loading branch information
bkeepers authored Jan 10, 2024
2 parents 1b8edee + 660d163 commit 56aad8c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/flipper/adapters/moneta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/flipper/adapters/mongo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/flipper/adapters/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/flipper/adapters/sequel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 56aad8c

Please sign in to comment.