diff options
author | mphschmitt <mathias.schmitt@hotmail.fr> | 2022-07-06 23:57:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 23:57:16 +0200 |
commit | 3692c427115d82951dbeb8a3a6f892fe1f67c471 (patch) | |
tree | b7c20340af20fa9302c15750cbaf589e1eaf21d6 /fr-fr | |
parent | 9694d4d9608b87d0936c7c5f0d1b56b9e49e5ccb (diff) |
[set-theory/fr] Fix multiple errors. (#4361)
Multiple errors prevented the translation from being displayed:
* contributors was indented with a tab instead of two spaces.
* the category was not the same as the original english file.
* a code block was closed at the end of the file, but never
opened.
Diffstat (limited to 'fr-fr')
-rw-r--r-- | fr-fr/set-theory-fr.html.markdown | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/fr-fr/set-theory-fr.html.markdown b/fr-fr/set-theory-fr.html.markdown index 50a4ea30..dad8fa7a 100644 --- a/fr-fr/set-theory-fr.html.markdown +++ b/fr-fr/set-theory-fr.html.markdown @@ -1,11 +1,11 @@ -``` --- -category: tool -lang: fr-fr +category: Algorithms & Data Structures name: Set theory +lang: fr-fr contributors: - - ["kieutrang", "https://github.com/kieutrang1729"] + - ["kieutrang", "https://github.com/kieutrang1729"] --- + La théorie des ensembles est une branche des mathématiques qui étudie les ensembles, leurs opérations et leurs propriétés. * Un ensemble est une collection d'éléments disjoints. @@ -130,5 +130,3 @@ Le produit cartésien de deux ensembles `A` et `B` est l'ensemble contenant tous ``` A × B = { (x, y) | x ∈ A, y ∈ B } ``` - -``` |