summaryrefslogtreecommitdiffhomepage
path: root/nl-nl
diff options
context:
space:
mode:
authorIandenh <iandenhartog@hotmail.com>2015-10-07 11:36:24 +0200
committerIandenh <iandenhartog@hotmail.com>2015-10-07 11:36:24 +0200
commit07c12337055746ad0958869d1bbed40a79e38b98 (patch)
tree943b1d9f464de2faecde4471319ab44c65eb388b /nl-nl
parent5c677e8071291520297ef3d5d8374c6d11285744 (diff)
Fix dutch notation for large numbers
The Dutch notation for large numbers is with a `.` instead of a `,`
Diffstat (limited to 'nl-nl')
-rw-r--r--nl-nl/brainfuck-nl.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/nl-nl/brainfuck-nl.html.markdown b/nl-nl/brainfuck-nl.html.markdown
index cd12b1d0..6062b24c 100644
--- a/nl-nl/brainfuck-nl.html.markdown
+++ b/nl-nl/brainfuck-nl.html.markdown
@@ -15,7 +15,7 @@ minimalistische Turing-complete programmeertaal met maar acht commando's.
```
Elk karakter behalve "><+-.,[]" (en de quotes) wordt genegeerd.
-Brainfuck wordt gerepresenteerd door een array met 30,000 cellen die initieel
+Brainfuck wordt gerepresenteerd door een array met 30.000 cellen die initieel
gevuld is met nullen en een pointer die wijst naar de huidige cel.
Dit zijn de acht commando's: