fixed typos, added typos checking to CI

This commit is contained in:
Anton-4 2021-06-05 20:02:54 +02:00
parent 960a4fddc5
commit 314503cf7f
43 changed files with 114 additions and 101 deletions

View file

@ -26,7 +26,7 @@ toStr = \@Scalar u32
Ok str -> str
Err _ ->
# This will quickly crash if it ever runs, but we're confident
# this Err branch will never run. That's becasue it only runs
# this Err branch will never run. That's because it only runs
# if Str.fromScalar receives an invalid scalar value, and we've
# already validated this!
toStr (@Scalar (scalar * 256))