Skip to content

Commit 4a0cb23

Browse files
authored
Merge pull request #277 from ivanjonas/patch-1
Fix formula demonstrating set theory distributive law
2 parents 7d73030 + 00e0b19 commit 4a0cb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/archive/2019-01-19_Expressive-React-Component-APIs-with-Discriminated-Unions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ $$
301301
and set theory says the exact same thing about unions and intersections:
302302

303303
$$
304-
Z \cap (A \cup B) \cap (C \cup D) = (Z \cap A \cap B) \cup (Z \cap A \cap D) \cup (Z \cap B \cap C) \cup (Z \cap B \cap D)
304+
Z \cap (A \cup B) \cap (C \cup D) = (Z \cap A \cap C) \cup (Z \cap A \cap D) \cup (Z \cap B \cap C) \cup (Z \cap B \cap D)
305305
$$
306306

307307
If, like me, you haven’t studied computer science in an academic setting, this may look intimidatingly theoretical, but quickly make the following mental substitutions:

0 commit comments

Comments
 (0)