Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 814ca11

Browse filesBrowse files
authored
Docs: fix typo in InternalDocs/garbage_collector.md (gh-133151)
Fix typo in `InternalDocs/garbage_collector.md`.
1 parent ccf1b0b commit 814ca11
Copy full SHA for 814ca11

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎InternalDocs/garbage_collector.md

Copy file name to clipboardExpand all lines: InternalDocs/garbage_collector.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ used as follows. If the buffer has reached the maximum size, new object
622622
pointers found while following references are pushed to the stack, rather than
623623
put in the buffer. When dequeuing objects from the buffer, we will "prime" the
624624
buffer if the current length drops below the low threshold. Priming means
625-
popping objects from the stack and enqueing them into the buffer. While
625+
popping objects from the stack and enqueuing them into the buffer. While
626626
priming, we will fill it only until the high threshold is reached.
627627

628628
To measure the effectiveness of the buffer, some benchmark programs were run

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.