Skip to content

Commit

Permalink
fixed typos (sminez#177)
Browse files Browse the repository at this point in the history
* fixed typo

"to" instead of "so"

* found a second one
  • Loading branch information
zUnixorn authored Jul 12, 2021
1 parent 5873de0 commit 1ae5ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
//! Penrose itself is not a binary application that you can build, install and run. You need to
//! write your own **main.rs** as a rust binary crate that uses Penrose to set up, configure and
//! run your very own window manager exactly how you want it. In short, you *will* need to write
//! some code and you *will* need to know rust so some degree.
//! some code and you *will* need to know rust to some degree.
//!
//! For learning rust itself, there is some fantastic official [guides][4] available on
//! For learning rust itself, there are some fantastic official [guides][4] available on
//! [rust-lang.org][15] and if you are sticking to using the out of the box
//! functionality provided by the penrose crate, working through [the book][5] before diving into
//! Penrose should be more than enough to get you started.
Expand Down

0 comments on commit 1ae5ea7

Please sign in to comment.