Skip to content

DOCSP-36627: Fix double backslashes #1239

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
merged 2 commits into from
Mar 4, 2024

Conversation

norareidy
Copy link
Contributor

@norareidy norareidy commented Feb 29, 2024

Copy link

@jordan-smith721 jordan-smith721 left a comment

Choose a reason for hiding this comment

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

LGTM!

@norareidy norareidy marked this pull request as ready for review March 4, 2024 14:54
Copy link
Member

@GromNaN GromNaN left a comment

Choose a reason for hiding this comment

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

The CI is failing because this is an unmaintained branch.

The doc changes SGTM.

@jmikola jmikola merged commit 2d34b60 into mongodb:v1.16 Mar 4, 2024
@@ -29,7 +29,7 @@ Definition
Parameters
----------

``$explainable`` : :phpclass:`MongoDB\\Operation\\Explainable`
``$explainable`` : :phpclass:`MongoDB\Operation\\Explainable`
Copy link
Member

@jmikola jmikola Mar 4, 2024

Choose a reason for hiding this comment

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

@norareidy I think \\Explainable was missed here. Just caught it while merging v1.16 to v1.17 and grepping for \\ in the docs folder.

See: https://github.com/mongodb/mongo-php-library/pull/1243/files#r1511415758

I'm fixing this in the v1.17 PR, but you may still want to run another check for outstanding \\ occurrences in v1.16 and submit another PR for that. AFAIK, the only place \\ should still exist is within title headings.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry about that!! I found one more missed double backslash in v1.16 so I'll open a PR for that fix

Copy link
Member

Choose a reason for hiding this comment

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

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.

4 participants