Skip to content

Commit af383c5

Browse files
committed
a
1 parent dfbe568 commit af383c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda-runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ where
132132
///
133133
/// You can use this future to execute cleanup or flush related logic prior to runtime shutdown.
134134
///
135-
/// This function's returned future must be resolved prior to [lambda_runtime::run()].
135+
/// This function's returned future must be resolved prior to `lambda_runtime::run()`.
136136
///
137137
/// Note that this implicitly also registers and drives a no-op internal extension that subscribes to no events.
138138
/// This extension will be named `_lambda-rust-runtime-no-op-graceful-shutdown-helper`. This extension name
@@ -142,7 +142,7 @@ where
142142
/// registered already, you might prefer to manually construct your own graceful shutdown handling without the dummy extension.
143143
///
144144
/// For more information on general AWS Lambda graceful shutdown handling, see:
145-
/// https://github.com/aws-samples/graceful-shutdown-with-aws-lambda
145+
/// <https://github.com/aws-samples/graceful-shutdown-with-aws-lambda>
146146
///
147147
/// # Panics
148148
///

0 commit comments

Comments
 (0)