Skip to content

Commit 8923df2

Browse files
committed
Fix Newtons Third Law example in dotnet README
1 parent 429dd1c commit 8923df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ string text1 = @"
5353
string text2 = @"
5454
1. An object at rest remains at rest, and an object in motion remains in motion at constant speed and in a straight line unless acted on by an unbalanced force.
5555
2. The acceleration of an object depends on the mass of the object and the amount of force applied.
56-
3. Whenever one object exerts a force on another object, the second object exerts an equal and opposite on the first.";
56+
3. Whenever one object exerts a force on another object, the second object exerts an equal and opposite force on the first.";
5757

5858
Console.WriteLine(await kernel.InvokeAsync(summarize, new() { ["input"] = text1 }));
5959

0 commit comments

Comments
 (0)