Skip to content

Commit 6877fde

Browse files
Correct a comment typo
(cherry picked from commit 094c2a0)
1 parent 0544c83 commit 6877fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rabbit_feature_flags.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
%% == How to declare a feature flag ==
5555
%%
5656
%% To define a new feature flag, you need to use the
57-
%% `rabbitmq_feature_flag()' module attribute:
57+
%% `rabbit_feature_flag()' module attribute:
5858
%%
5959
%% ```
60-
%% -rabitmq_feature_flag(FeatureFlag).
60+
%% -rabbit_feature_flag(FeatureFlag).
6161
%% '''
6262
%%
6363
%% `FeatureFlag' is a {@type feature_flag_modattr()}.

0 commit comments

Comments
 (0)