Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix c# comment. # is not valid for comments in c#
  • Loading branch information
danFbach authored Jan 27, 2025
1 parent 07d719e commit a1dc4de
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 a1dc4de

Please sign in to comment.