diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-04-11 11:29:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 11:29:35 +0200 |
commit | deb7f4b466574c12a8384f1c76df0141c6f7ca69 (patch) | |
tree | 9593ce41f8df08fea1a911b48d43ee7d517bf041 /src/libutil/config.hh | |
parent | 73eb6a2a578c85fe4a9399bdc20b4ff943fb49b4 (diff) |
Nitpicks
Diffstat (limited to 'src/libutil/config.hh')
-rw-r--r-- | src/libutil/config.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/config.hh b/src/libutil/config.hh index 6baba0167..162626791 100644 --- a/src/libutil/config.hh +++ b/src/libutil/config.hh @@ -382,11 +382,11 @@ struct ExperimentalFeatureSettings : Config { experimental-features = nix-command flakes ``` - Experimental features available: + The following experimental features are available: {{#include experimental-features-shortlist.md}} - Experimental features are [further documented](@docroot@/contributing/experimental-features.md) in the contribution guide. + Experimental features are [further documented in the manual](@docroot@/contributing/experimental-features.md). )"}; /** |