Skip to content

Commit b16b401

Browse files
address pr review comments
1 parent d5b4f48 commit b16b401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/samples/Concepts/Functions/MethodFunctions_Advanced.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ public async Task MethodFunctionsChaining()
3232
}
3333

3434
/// <summary>
35-
/// This example shows how to access the custom <see cref="InvocationSettingsAttribute"/> attribute the native method wrapped by Kernel Function is annotated with.
35+
/// This example shows how to access the custom <see cref="InvocationSettingsAttribute"/> attribute the inner method wrapped by Kernel Function is annotated with.
3636
/// </summary>
3737
[Fact]
38-
public async Task AccessNativeMethodAttributes()
38+
public async Task AccessInnerMethodAttributes()
3939
{
4040
// Import the plugin containing the method with the InvocationSettingsAttribute custom attribute
4141
var kernel = new Kernel();

0 commit comments

Comments
 (0)