rabbit_feature_flags: Fix a stale comment about experimental feature flags

This commit is contained in:
Jean-Sébastien Pédron 2022-06-28 16:41:02 +02:00
parent a48a4a09c4
commit df080b89cf
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@
%% function is called when the feature flag is enabled. It is responsible
%% for doing all the data conversion, if any, and confirming the feature
%% flag can be enabled.</li>
%% <li>a level of stability (stable or experimental). For now, this is only
%% informational. But it might be used for specific purposes in the
%% future.</li>
%% <li>a level of stability (stable or experimental). Experimental feature
%% flags are not enabled by default on a brand new RabbitMQ nodes. They are
%% also skipped by {@link enable_all/0}.</li>
%% </ul>
%%
%% == How to declare a feature flag ==