From 814ca116d54f40d6958a623deb614c3e3734e237 Mon Sep 17 00:00:00 2001 From: Yongzi Li <1538321957@qq.com> Date: Wed, 30 Apr 2025 01:20:50 +0800 Subject: Docs: fix typo in `InternalDocs/garbage_collector.md` (gh-133151) Fix typo in `InternalDocs/garbage_collector.md`. --- InternalDocs/garbage_collector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InternalDocs/garbage_collector.md b/InternalDocs/garbage_collector.md index 3b2551a..4da6cd4 100644 --- a/InternalDocs/garbage_collector.md +++ b/InternalDocs/garbage_collector.md @@ -622,7 +622,7 @@ used as follows. If the buffer has reached the maximum size, new object pointers found while following references are pushed to the stack, rather than put in the buffer. When dequeuing objects from the buffer, we will "prime" the buffer if the current length drops below the low threshold. Priming means -popping objects from the stack and enqueing them into the buffer. While +popping objects from the stack and enqueuing them into the buffer. While priming, we will fill it only until the high threshold is reached. To measure the effectiveness of the buffer, some benchmark programs were run -- cgit v0.12