Skip to content

Use backticks around literals in documentation #14633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

eksperimental
Copy link
Contributor

Additionally remove backticks around values which are not literals

@@ -306,7 +306,7 @@ defmodule Regex do
* `:capture` - what to capture in the result. See the ["Captures" section](#module-captures)
to see the possible capture values.
* `:offset` - (since v1.12.0) specifies the starting offset to match in the given string.
Defaults to zero.
Defaults to `0`.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I took the liberty to replace the word with a literal here.

Co-authored-by: Marcus Kruse <esurk.sucram@gmail.com>
@josevalim josevalim merged commit 352f272 into elixir-lang:main Jul 10, 2025
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

@eksperimental eksperimental deleted the chore/backticks-around-literals branch July 10, 2025 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants