Skip to content

Commit 81a253b

Browse files
authored
Fix typo in InternalDocs/string_interning.md (GH-124699)
1 parent 0881e2d commit 81a253b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/string_interning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ We currently also immortalize strings contained in code objects and similar,
7272
specifically in the compiler and in `marshal`.
7373
These are “close enough” to immortal: even in use cases like hot reloading
7474
or `eval`-ing user input, the number of distinct identifiers and string
75-
constants expected to stay low.
75+
constants is expected to stay low.
7676

7777

7878
## Internal API

0 commit comments

Comments
 (0)