mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
fixed typos, added typos checking to CI
This commit is contained in:
parent
960a4fddc5
commit
314503cf7f
43 changed files with 114 additions and 101 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue