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

Update README.md #619

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Update README.md #619

merged 1 commit into from
Jan 27, 2025

Conversation

danFbach
Copy link
Contributor

Pull Request

What does this PR do?

  • fix c# comment. # is not valid for comments in c#

PR checklist

Please check if your PR fulfills the following requirements:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!

fix c# comment. # is not valid for comments in c#
@@ -117,7 +117,7 @@ With the `uid`, you can check the status (`enqueued`, `canceled`, `processing`,
#### Basic Search <!-- omit in toc -->

```c#
# Meilisearch is typo-tolerant:
//Meilisearch is typo-tolerant:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
//Meilisearch is typo-tolerant:
// Meilisearch is typo-tolerant:

Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

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

bors merge

@curquiza curquiza added the documentation Improvements or additions to documentation label Jan 27, 2025
Copy link
Contributor

meili-bors bot commented Jan 27, 2025

Build succeeded:

@meili-bors meili-bors bot merged commit 69b9ea3 into meilisearch:main Jan 27, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants