Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Sep 20, 2020
1 parent 107b78a commit 930a030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ If you want to perform [string
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"`.
For example, if `x=3` is a Julia variable, then `L"y = %$x"` will produce `L"y = 3"`.

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

2 comments on commit 930a030

@stevengj
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/21674

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.0 -m "<description of version>" 930a030c288d7e35ab68831dd7120a5fffeeb2f8
git push origin v1.2.0

Please sign in to comment.