Skip to content

Commit 8f8365a

Browse files
Apply suggestions from code review
1 parent 729c9f3 commit 8f8365a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ session, err := client.CreateSession()
949949
```csharp
950950
using GitHub.Copilot.SDK;
951951

952-
var client = new CopilotClient(new CopilotClientOptions
952+
using var client = new CopilotClient(new CopilotClientOptions
953953
{
954954
CliUrl = "localhost:4321"
955955
});

0 commit comments

Comments
 (0)