Skip to content

Commit 930a030

Browse files
authored
typo
1 parent 107b78a commit 930a030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you want to perform [string
4242
interpolation](https://docs.julialang.org/en/v1/manual/strings/#string-interpolation)
4343
(inserting the values of other variables into your string), use `%$` instead of
4444
the plain `$` that you would use for interpolation in ordinary Julia strings.
45-
For example, if `x=3` is a Julia variable, then `L"y = %$x" will produce `L"y = 3"`.
45+
For example, if `x=3` is a Julia variable, then `L"y = %$x"` will produce `L"y = 3"`.
4646

4747
You can also use the lower-level constructor `latexstring(args...)`,
4848
which works much like `string(args...)` except that it produces a

0 commit comments

Comments
 (0)