Skip to content

Commit 89edfeb

Browse files
committed
Fix interpolation typo in docstring
1 parent db3ed68 commit 89edfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BasicAutoloads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if isinteractive()
3232
"@test_nowarn", "@test_skip", "@test_throws", "@test_warn", "@inferred"] =>
3333
:(using Test),
3434
["pager"] => :(using TerminalPager),
35-
["cowsay"] => :(cowsay(x) = println("Cow: \"$x\"")),
35+
["cowsay"] => :(cowsay(x) = println("Cow: \"\$x\"")),
3636
])
3737
end
3838
```

0 commit comments

Comments
 (0)