Skip to content

Commit 69b9ea3

Browse files
Merge #619
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]>
2 parents 07d719e + a1dc4de commit 69b9ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ With the `uid`, you can check the status (`enqueued`, `canceled`, `processing`,
117117
#### Basic Search <!-- omit in toc -->
118118

119119
```c#
120-
# Meilisearch is typo-tolerant:
120+
//Meilisearch is typo-tolerant:
121121
SearchResult<Movie> movies = await index.SearchAsync<Movie>("philadalphia");
122122
foreach(var prop in movies.Hits) {
123123
Console.WriteLine (prop.Title);

0 commit comments

Comments
 (0)