Skip to content

Commit d743b49

Browse files
committed
fix indentation in docs
1 parent 780f32a commit d743b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ impl<A> Server<A> {
145145
///
146146
/// - Binding to an address fails.
147147
/// - `make_service` returns an error when `poll_ready` is called. This never happens on
148-
/// [`axum`] make services.
148+
/// [`axum`] make services.
149149
///
150150
/// [`axum`]: https://docs.rs/axum/0.3
151151
/// [`tower`]: https://docs.rs/tower

0 commit comments

Comments
 (0)