Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Oct 18, 2023
1 parent aeab16e commit 01f816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oapi/src/scalar/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl Scalar {
/// # Examples
///
/// ```rust
/// # use salvo_oapi::redoc::Scalar;
/// # use salvo_oapi::scalar::Scalar;
/// let doc = Scalar::new("/openapi.json");
/// ```
pub fn new(spec_url: impl Into<String>) -> Self {
Expand Down

0 comments on commit 01f816a

Please sign in to comment.