Skip to content

Commit

Permalink
fix doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
MXWXZ committed Nov 4, 2024
1 parent e2cc786 commit 17db72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-cloud/src/response_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub enum BuildError {
/// ```
///
/// ```no_run
/// use actix_cloud::response::generate_response;
/// use actix_cloud::response_build::generate_response;
///
/// generate_response("", "response", "response.rs").unwrap();
/// ```
Expand Down

0 comments on commit 17db72f

Please sign in to comment.