Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Sep 20, 2020
1 parent ee68ce4 commit 107b78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ string, i.e. the string is interpreted as an equation, if you do not
include `$` yourself.)

If you want to perform [string
interpolation](http://docs.julialang.org/en/latest/manual/strings/#interpolation)
interpolation](https://docs.julialang.org/en/v1/manual/strings/#string-interpolation)
(inserting the values of other variables into your string), use `%$` instead of
the plain `$` that you would use for interpolation in ordinary Julia strings.
For example, if `x=3` is a Julia variable, then `L"y = %$x" will produce `L"y = 3"`.
Expand Down

0 comments on commit 107b78a

Please sign in to comment.