typo in docstring & new rust
This commit is contained in:
parent
e43947add4
commit
b872142ab1
@ -20,7 +20,7 @@
|
||||
with fenix.packages.${system};
|
||||
fromToolchainFile {
|
||||
file = ./rust-toolchain.toml;
|
||||
sha256 = "sha256-VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo=";
|
||||
sha256 = "sha256-yMuSb5eQPO/bHv+Bcf/US8LVMbf/G/0MSfiPwBhiPpk=";
|
||||
};
|
||||
|
||||
in
|
||||
|
@ -52,9 +52,9 @@ impl State {
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub enum StateChange {
|
||||
/// Switch to the paatternon the left of the active one.
|
||||
/// Switch to the pattern on the left of the active one.
|
||||
PatternLeft,
|
||||
/// Switch to the paatternon the right of the active one.
|
||||
/// Switch to the pattern on the right of the active one.
|
||||
PatternRight,
|
||||
/// Publish a new active pattern.
|
||||
Pattern(Matrix),
|
||||
|
Loading…
Reference in New Issue
Block a user