aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNoah Snelson <noah.snelson@protonmail.com>2023-04-06 15:02:19 -0700
committerGitHub <noreply@github.com>2023-04-06 15:02:19 -0700
commite399cb49c245de909417cfbe39a4c64fe0632653 (patch)
tree5f88190475e100951bb8302f2b7f5305d9f7e6e5 /src
parent8a7790f46aaf608bd7ed4ec6042b99bd36d7118e (diff)
Fix typo in `no-url-literals` experimental feature docs
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'src')
-rw-r--r--src/libutil/experimental-features.cc2
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
| ^
```