1
Fork 0
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:
RGBCube 2025-06-07 01:14:11 +03:00
parent 0e5bc81cae
commit 8b9c5cea4a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

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