summaryrefslogtreecommitdiffhomepage
path: root/fr-fr
diff options
context:
space:
mode:
authorNorwid Behrnd <nbehrnd@yahoo.com>2022-11-23 21:17:18 +0100
committerNorwid Behrnd <nbehrnd@yahoo.com>2022-11-23 21:17:18 +0100
commit38abd4298cd25bd1a2ed9efd09df51766c97ae27 (patch)
treeea623e9254267765b8a3c27982be9549e313d3af /fr-fr
parent02db03231fa4f84af30eb155cc5f132b981b7869 (diff)
run `sed -i 's/ *$//' awk-fr.html.markdown`
Remove of trailing spaces.
Diffstat (limited to 'fr-fr')
-rw-r--r--fr-fr/awk-fr.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/awk-fr.html.markdown b/fr-fr/awk-fr.html.markdown
index 9e45a89b..fa4c36cc 100644
--- a/fr-fr/awk-fr.html.markdown
+++ b/fr-fr/awk-fr.html.markdown
@@ -53,7 +53,7 @@ BEGIN {
# Les variables sont globales. Pas besoin de les déclarer.
count = 0;
- # les opérateurs sont identiques au langage C et aux langages similaires
+ # les opérateurs sont identiques au langage C et aux langages similaires
# (tels que C#, C++, etc.)
a = count + 1; # addition
b = count - 1; # soustraction