Skip to content
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

Markup: fix two accidental triple-backticks. #303

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

statham-arm
Copy link
Contributor

I noticed one of these in passing in RTABI32: Github's Markdown renderer showed a spurious backtick at the end of a sensible identifier in fixed-pitch text. Looking at the source, that's because the fixed-pitch section was closed by three backticks instead of the usual two.

Grepping the rest of the repository turned up one more case of the same thing, in DBGOVL32. This patch fixes both.

I noticed one of these in passing in RTABI32: Github's Markdown
renderer showed a spurious backtick at the end of a sensible
identifier in fixed-pitch text. Looking at the source, that's because
the fixed-pitch section was closed by three backticks instead of the
usual two.

Grepping the rest of the repository turned up one more case of the
same thing, in DBGOVL32. This patch fixes both.
Copy link
Contributor

@smithp35 smithp35 left a comment

Choose a reason for hiding this comment

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

LGTM. Let me know if you don't have enough permissions to merge and I can do that.

@statham-arm
Copy link
Contributor Author

Apparently I don't – I can't see the usual merge button anywhere. So yes please!

@smithp35 smithp35 merged commit bf0e2c8 into ARM-software:main Dec 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants