Hi there,
There is a translation error in the French version of the article "Logical operators".
English version:
"The precedence of NOT ! is the highest of all logical operators, so it always executes first, before && or ||."
Current French version:
"La précédence de NOT ! est la plus élevée de tous les opérateurs binaire, il est donc toujours exécuté en premier, avant les autres."
Issue
Translating "logical operators" as "opérateurs binaire" is misleading (it sounds like "binary/bitwise operators").
Suggested fix
The exact translation should be "opérateurs logiques".
In addition, incorporating the mention of && and || from the English text makes the sentence clearer:
"La précédence de NOT ! est la plus élevée de tous les opérateurs logiques, il est donc toujours exécuté en premier, avant && et ||."
I'd be happy to submit a PR with this fix if needed! Thanks!
Hi there,
There is a translation error in the French version of the article "Logical operators".
English version:
Current French version:
Issue
Translating "logical operators" as "opérateurs binaire" is misleading (it sounds like "binary/bitwise operators").
Suggested fix
The exact translation should be "opérateurs logiques".
In addition, incorporating the mention of
&&and||from the English text makes the sentence clearer:I'd be happy to submit a PR with this fix if needed! Thanks!