From 9912e4294585cf717e13cb874dcad298d140af6e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mr=20Alexandre=20ELIS=C3=89?= <contact@alexandree.io>
Date: Sun, 30 Oct 2022 22:15:26 -0400
Subject: Hi, I might have found a typo (#4528)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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.
---
 fr-fr/set-theory-fr.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'fr-fr/set-theory-fr.html.markdown')

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 }
-- 
cgit v1.2.3