Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jan 1, 2025
1 parent 69958cd commit 90abc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwaysip/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use wayland_protocols::{
use wayland_protocols_wlr::layer_shell::v1::client::zwlr_layer_surface_v1::ZwlrLayerSurfaceV1;

/// You are allow to choose three actions of waysip, include area selection, point selection, and
/// select sreen
/// select screen
#[derive(Debug, Clone, Copy, Default)]
pub enum SelectionType {
#[default]
Expand Down

0 comments on commit 90abc35

Please sign in to comment.