diff options
author | Noah Snelson <noah.snelson@protonmail.com> | 2023-04-06 15:02:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 15:02:19 -0700 |
commit | e399cb49c245de909417cfbe39a4c64fe0632653 (patch) | |
tree | 5f88190475e100951bb8302f2b7f5305d9f7e6e5 /src/libutil/experimental-features.cc | |
parent | 8a7790f46aaf608bd7ed4ec6042b99bd36d7118e (diff) |
Fix typo in `no-url-literals` experimental feature docs
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'src/libutil/experimental-features.cc')
-rw-r--r-- | src/libutil/experimental-features.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/experimental-features.cc b/src/libutil/experimental-features.cc index b7879ff69..aa3367639 100644 --- a/src/libutil/experimental-features.cc +++ b/src/libutil/experimental-features.cc @@ -136,7 +136,7 @@ constexpr std::array<ExperimentalFeatureDetails, 11> xpFeatureDetails = {{ at «string»:1:1: - 1| http://bar + 1| http://foo | ^ ``` |