We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0881e2d commit 81a253bCopy full SHA for 81a253b
InternalDocs/string_interning.md
@@ -72,7 +72,7 @@ We currently also immortalize strings contained in code objects and similar,
72
specifically in the compiler and in `marshal`.
73
These are “close enough” to immortal: even in use cases like hot reloading
74
or `eval`-ing user input, the number of distinct identifiers and string
75
-constants expected to stay low.
+constants is expected to stay low.
76
77
78
## Internal API
0 commit comments