Skip to content

Commit

Permalink
Editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Nov 4, 2022
1 parent 1574658 commit 2ab2acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_dev_preview/sdk-config/src/bin/lazy_static.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0.
*/

//! Use lazy_static and AsyncOnce to allow on-demand access to a global config & client.
//! Use lazy_static and AsyncOnce to allow on demand access to a global config and client.
//! Configs and clients are both cheap to clone (they are Tower stacks).
//! This example will log "Initializing SdkConfig" and "Initializing S3 Client" once each.
//! The requests then use clones of the globally initialized values.
Expand Down

0 comments on commit 2ab2acd

Please sign in to comment.