mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 12:37:50 +00:00
blog(nix-iceberg): fix typos
This commit is contained in:
parent
0e5bc81cae
commit
8b9c5cea4a
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ If you can't find the mentions in these pages, check the archives out.
|
|||
|
||||
Evaluating `(_:_) == (_:_)`, we see that it is `false`, which means the two
|
||||
functions aren't equal to eachother, as we are comparing them directly and when
|
||||
compared directly, function comparisions return false.
|
||||
compared directly, function comparisons return false.
|
||||
|
||||
But then why does `(a:a) == (a:a)` return `true`? Aren't we still comparing
|
||||
functions?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue