fix: typos in comments

master
Jubilee Young 4 years ago
parent 126dd749bb
commit e5e5b1eba1
  1. 2
      src/emoji.rs
  2. 2
      src/installer.rs

@ -1,4 +1,4 @@
//! Emoji contants used by `wasm-pack`. //! Emoji constants used by `wasm-pack`.
//! //!
//! For the woefully unfamiliar: //! For the woefully unfamiliar:
//! //!

@ -12,7 +12,7 @@
//! downloaded via curl/sh, and then the shell script downloads this executable //! downloaded via curl/sh, and then the shell script downloads this executable
//! and runs it. //! and runs it.
//! //!
//! This may get more complicated over time (self upates anyone?) but for now //! This may get more complicated over time (self updates anyone?) but for now
//! it's pretty simple! We're largely just moving over our currently running //! it's pretty simple! We're largely just moving over our currently running
//! executable to a different path. //! executable to a different path.

Loading…
Cancel
Save