Skip to content

Commit

Permalink
Merge #619
Browse files Browse the repository at this point in the history
619: Update README.md r=curquiza a=danFbach



# 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!


Co-authored-by: Dan <[email protected]>
  • Loading branch information
meili-bors[bot] and danFbach authored Jan 27, 2025
2 parents 07d719e + a1dc4de commit 69b9ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
SearchResult<Movie> movies = await index.SearchAsync<Movie>("philadalphia");
foreach(var prop in movies.Hits) {
Console.WriteLine (prop.Title);
Expand Down

0 comments on commit 69b9ea3

Please sign in to comment.