Skip to content

Commit

Permalink
docs: fix delineation for docs example (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-allen-mongo authored Apr 13, 2023
1 parent aa55e1f commit 7fe1ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Docs/Sources/AsyncExamples/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ private func versionedAPI() throws {
)
let client = try MongoClient(uri, using: myEventLoopGroup, options: opts)

// End Versioned API Example 3
// End Versioned API Example 4

try client.syncClose()
}
Expand Down

0 comments on commit 7fe1ba1

Please sign in to comment.