Skip to content

Commit

Permalink
Update RemoveStringFlag display name
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Sep 14, 2024
1 parent 2c9a406 commit 6ec23c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class RemoveStringFlag extends Recipe {

@Override
public String getDisplayName() {
return "Remove a boolean feature flag for feature key";
return "Remove a String feature flag for feature key";
}

@Override
Expand Down

0 comments on commit 6ec23c3

Please sign in to comment.