typo in docstring & new rust

This commit is contained in:
Sebastian Hugentobler 2024-11-16 14:11:23 +01:00
parent e43947add4
commit b872142ab1
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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),