Skip to content

Commit

Permalink
.Net: Fix typo in GettingStarted.Step3_Yaml_Prompt - CreatPrompt -> C…
Browse files Browse the repository at this point in the history
…reatePrompt (#9823)

### Motivation and Context

Fixing a typo in a unit test name (CreatPromptFromYamlAsync) that
ReSharper noticed.

### Description

Changed CreatPromptFromYamlAsync to CreatePromptFromYamlAsync (and
rebuilt/ran the test just to be sure).

Co-authored-by: Max Szczurek <[email protected]>
Co-authored-by: Mark Wallace <[email protected]>
  • Loading branch information
3 people authored Dec 16, 2024
1 parent c7a371e commit 7c25ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/samples/GettingStarted/Step3_Yaml_Prompt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed class Step3_Yaml_Prompt(ITestOutputHelper output) : BaseTest(outpu
/// Show how to create a prompt <see cref="KernelFunction"/> from a YAML resource.
/// </summary>
[Fact]
public async Task CreatPromptFromYamlAsync()
public async Task CreatePromptFromYamlAsync()
{
// Create a kernel with OpenAI chat completion
Kernel kernel = Kernel.CreateBuilder()
Expand Down

0 comments on commit 7c25ac4

Please sign in to comment.