aboutsummaryrefslogtreecommitdiff
path: root/doc/spec.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/spec.md')
-rw-r--r--doc/spec.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec.md b/doc/spec.md
index 2b83ffa..cbd117e 100644
--- a/doc/spec.md
+++ b/doc/spec.md
@@ -4231,7 +4231,7 @@ applications to mimic the Bazel dialect more closely. Our goal is
eventually to eliminate all such differences on a case-by-case basis.
See [Starlark spec issue 20](https://github.com/bazelbuild/starlark/issues/20).
-* String interpolation supports the `[ixXc]` conversions.
+* String interpolation supports the `[ioxXc]` conversions.
* String elements are bytes.
* Non-ASCII strings are encoded using UTF-8.
* Strings support hex byte escapes.