Skip to content

Commit

Permalink
docs: fixed a spelling mistake (#8899)
Browse files Browse the repository at this point in the history
Fixed a spelling mistake
  • Loading branch information
ardentkilnfire authored Feb 19, 2024
1 parent c426c0d commit 770051a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tauri/src/window/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ impl<'a, R: Runtime, M: Manager<R>> WindowBuilder<'a, R, M> {
///
/// - **Windows:**
/// - `false` has no effect on decorated window, shadows are always ON.
/// - `true` will make ndecorated window have a 1px white border,
/// - `true` will make undecorated window have a 1px white border,
/// and on Windows 11, it will have a rounded corners.
/// - **Linux:** Unsupported.
#[must_use]
Expand Down Expand Up @@ -1657,7 +1657,7 @@ impl<R: Runtime> Window<R> {
///
/// - **Windows:**
/// - `false` has no effect on decorated window, shadow are always ON.
/// - `true` will make ndecorated window have a 1px white border,
/// - `true` will make undecorated window have a 1px white border,
/// and on Windows 11, it will have a rounded corners.
/// - **Linux:** Unsupported.
pub fn set_shadow(&self, enable: bool) -> crate::Result<()> {
Expand Down

0 comments on commit 770051a

Please sign in to comment.