diff --git a/index.html b/index.html index 1ef075b..7a7376f 100644 --- a/index.html +++ b/index.html @@ -206,12 +206,13 @@
Formatter strings use numbered variables like %1$s to indicate parts that should be replaced by other text. For example "%1$s %2$s onto %3$s"
becomes "In 500 meters make a right turn onto Main Street"

- whereas "%3$s is the place to %2$s when you reach it %1$s"
becomes "Main Street is the place to make a right turn when you reach it in 500 meters." + whereas "%4$s onto %3$s a %2$s when you reach it %1$s"
can become "Make onto Main Street a right turn when you reach it in 500 meters." with the help of _street and _street_verb strings.