Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xitep committed Nov 5, 2024
1 parent 3d9d750 commit b85c5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utoipa-swagger-ui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1349,14 +1349,14 @@ impl From<bool> for SyntaxHighlight {
}

impl SyntaxHighlight {
/// Explicitely specifies whether syntax highlighting is to be
/// Explicitly specifies whether syntax highlighting is to be
/// activated or not. Defaults to true.
pub fn activated(mut self, activated: bool) -> Self {
self.activated = activated;
self
}

/// Explicitely specifies the
/// Explicitly specifies the
/// [Highlight.js](https://highlightjs.org/) coloring theme to
/// utilize for syntax highlighting.
pub fn theme(mut self, theme: &'static str) -> Self {
Expand Down

0 comments on commit b85c5bc

Please sign in to comment.