Skip to content

Commit 6ffaa92

Browse files
Feature flags: correct an outdated comment in an example
1 parent 21e6197 commit 6ffaa92

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/feature-flags/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,8 @@ There are two ways to do this:
285285
2. Using the `forced_feature_flags_on_init` setting in [`advanced.config`](./configure):
286286

287287
```erlang
288-
%% enables all feature flags in 4.0.2 except for khepri_db
289288
{rabbit, [
290-
%% this is just an example, in practice this list will be much longer
289+
%% enables all feature flags in 4.0.2 except for khepri_db
291290
{forced_feature_flags_on_init, [
292291
maintenance_mode_status,
293292
direct_exchange_routing_v2,

versioned_docs/version-4.0/feature-flags/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,8 @@ There are two ways to do this:
285285
2. Using the `forced_feature_flags_on_init` setting in [`advanced.config`](./configure):
286286

287287
```erlang
288-
%% enables all feature flags in 4.0.2 except for khepri_db
289288
{rabbit, [
290-
%% this is just an example, in practice this list will be much longer
289+
%% enables all feature flags in 4.0.2 except for khepri_db
291290
{forced_feature_flags_on_init, [
292291
maintenance_mode_status,
293292
direct_exchange_routing_v2,

0 commit comments

Comments
 (0)