Skip to content

Commit 7fe1ba1

Browse files
docs: fix delineation for docs example (#780)
1 parent aa55e1f commit 7fe1ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Docs/Sources/AsyncExamples/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ private func versionedAPI() throws {
278278
)
279279
let client = try MongoClient(uri, using: myEventLoopGroup, options: opts)
280280

281-
// End Versioned API Example 3
281+
// End Versioned API Example 4
282282

283283
try client.syncClose()
284284
}

0 commit comments

Comments
 (0)