about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorhacker1024 <hacker1024@users.sourceforge.net>2024-01-11 08:28:42 +1100
committerGitHub <noreply@github.com>2024-01-11 08:28:42 +1100
commita2cbeb19b4bb7be059c0d1cb306b93ffa364b4d7 (patch)
tree6f82c9bf4f9d51aa32c783bf919e97be7d3b0135 /doc
parent778cefd4646ad54b028ec621fa7d2a60b61fef07 (diff)
docs/dart: Fix example autoPubspecLock syntax
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/dart.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/dart.section.md b/doc/languages-frameworks/dart.section.md
index 97817c5dcccc2..fca87fa70e4ec 100644
--- a/doc/languages-frameworks/dart.section.md
+++ b/doc/languages-frameworks/dart.section.md
@@ -15,7 +15,7 @@ Alternatively, `autoPubspecLock` can be used instead, and set to a path to a reg
 
 ::: {.warning}
 When using `autoPubspecLock` with a local source directory, make sure to use a
-concatenation operator (e.g. `autoPubspecLock = ${src} + "/pubspec.lock";`), and
+concatenation operator (e.g. `autoPubspecLock = src + "/pubspec.lock";`), and
 not string interpolation.
 
 String interpolation will copy your entire source directory to the Nix store and