Skip to content

Commit 70b81f3

Browse files
authored
??? red t
1 parent 440d709 commit 70b81f3

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
@@ -281,7 +281,7 @@ To do so, you only need to prefix the method name with "Fluid" or "Fluent"
281281

282282
```C#
283283
// Example Add on List
284-
List("hello", "bye").FluidAdd(\"test\").Count
284+
List("hello", "bye").FluidAdd("test").Count
285285
3
286286

287287
List("hello", "bye").Select(x => x.ToUpper()).ToList().FluentAdd("test")[0]

0 commit comments

Comments
 (0)