Skip to content

Commit

Permalink
Correct a comment typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 094c2a0)
  • Loading branch information
michaelklishin committed Jul 10, 2020
1 parent 0544c83 commit 6877fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rabbit_feature_flags.erl
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
%% == How to declare a feature flag ==
%%
%% To define a new feature flag, you need to use the
%% `rabbitmq_feature_flag()' module attribute:
%% `rabbit_feature_flag()' module attribute:
%%
%% ```
%% -rabitmq_feature_flag(FeatureFlag).
%% -rabbit_feature_flag(FeatureFlag).
%% '''
%%
%% `FeatureFlag' is a {@type feature_flag_modattr()}.
Expand Down

0 comments on commit 6877fde

Please sign in to comment.