Skip to content

Commit f5a14e4

Browse files
committed
Update readme.md
Fix typo
1 parent 931828f commit f5a14e4

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
@@ -128,7 +128,7 @@ var response = client.Search<Tweet>(s => s
128128
);
129129
```
130130

131-
As well as an object initializer syntax if lamdas aren't your thing:
131+
As well as an object initializer syntax if lambdas aren't your thing:
132132

133133
```csharp
134134
var request = new SearchRequest

0 commit comments

Comments
 (0)