summaryrefslogtreecommitdiff
path: root/std/fmt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/fmt/README.md')
-rw-r--r--std/fmt/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fmt/README.md b/std/fmt/README.md
index f7d2ce797..48f7c50db 100644
--- a/std/fmt/README.md
+++ b/std/fmt/README.md
@@ -35,7 +35,7 @@ This is very much a work-in-progress. I'm actively soliciting feedback.
format each element according to the format (surrounded by [] and separated by
comma) (`<` Mnemonic: pull each element out of array)
-- how to deal with more newfangled Javascript features ( generic Iterables, Map
+- how to deal with more newfangled JavaScript features (generic Iterables, Map
and Set types, typed Arrays, ...)
- the implementation is fairly rough around the edges: