diff options
author | Mr Alexandre ELISÉ <contact@alexandree.io> | 2022-10-30 22:15:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 03:15:26 +0100 |
commit | 9912e4294585cf717e13cb874dcad298d140af6e (patch) | |
tree | bfcd8b0bdf284f9e39d7c42586e967b5631ad735 /fr-fr | |
parent | f5f207ffd0d46ea3850288200d6d81bf1721ff0c (diff) |
Hi, I might have found a typo (#4528)
Hi, French is my native language and I think I might have found a typo regarding a pronoun in French in the original text it says 'la première élément' but seems to have a typo it should be 'le premier élément'. Just trying to be helpful. Enjoy your day. BTW I like your awesome website https://learnxinyminutes.com thanks for this cool initiative.
Diffstat (limited to 'fr-fr')
-rw-r--r-- | fr-fr/set-theory-fr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/set-theory-fr.html.markdown b/fr-fr/set-theory-fr.html.markdown index 543bd98b..d1ac2711 100644 --- a/fr-fr/set-theory-fr.html.markdown +++ b/fr-fr/set-theory-fr.html.markdown @@ -125,7 +125,7 @@ A △ B = (A \ B) ∪ (B \ A) ``` ### Produit cartésien -Le produit cartésien de deux ensembles `A` et `B` est l'ensemble contenant tous les couples dont la première élément appartient à `A` et la deuxième à `B`. +Le produit cartésien de deux ensembles `A` et `B` est l'ensemble contenant tous les couples dont le premier élément appartient à `A` et le deuxième à `B`. ``` A × B = { (x, y) | x ∈ A, y ∈ B } |