Skip to content

Commit 35aeda2

Browse files
authored
Merge pull request #12515 from Knaito163/fix/cosmos-dotnet-semicolon
Fixed semicolon mistake
2 parents 1a087a9 + f16e9d4 commit 35aeda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql-api-dotnet-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ The first thing to do here is add a class that contains all the logic to connect
235235
using System.Configuration;
236236
using System.Linq.Expressions;
237237
using System.Threading.Tasks;
238-
using System.Net
238+
using System.Net;
239239
240240
Now replace this code
241241

0 commit comments

Comments
 (0)