Skip to content

Commit

Permalink
Swift Fix incorrect comment in mocking sample (awsdocs#5421)
Browse files Browse the repository at this point in the history
Fix incorrect comment
A comment was referring to a class by an old name. Now fixed to use
the current name of the class for this example.
  • Loading branch information
shepazon authored Sep 29, 2023
1 parent 2f1280a commit d21c709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class BucketManager {
/// ``MockS3Session``.
var session: S3SessionProtocol

/// Initialize the ``S3Manager`` to call Amazon S3 functions using the
/// Initialize the ``BucketManager`` to call Amazon S3 functions using the
/// specified object that implements ``S3SessionProtocol``.
///
/// - Parameter session: The session object to use when calling Amazon S3.
Expand Down

0 comments on commit d21c709

Please sign in to comment.