aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/constants.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/constants.article b/content/constants.article
index a7f565f..6393204 100644
--- a/content/constants.article
+++ b/content/constants.article
@@ -128,7 +128,7 @@ or
m = hello
-because, unlike the typed constants `typedHello` and `myStringHello`, the untyped constants `"Hello, 世界"` and `hello` _have_no_type_.
+because, unlike the typed constants `typedHello` and `myStringHello`, the untyped constants `"Hello,`世界"` and `hello` _have_no_type_.
Assigning them to a variable of any type compatible with strings works without error.
These untyped string constants are strings, of course, so they can only be used where a string is allowed, but they do not have _type_ `string`.