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