Skip to content

Commit a1dc4de

Browse files
authored
Update README.md
fix c# comment. # is not valid for comments in c#
1 parent 07d719e commit a1dc4de

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)