mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
lib: fix typos
PR-URL: https://github.com/nodejs/node/pull/55065 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ const {
|
||||
* Obsolete `weakModuleMap` entries are removed by the `finalizationRegistry`
|
||||
* callback. This pattern decouples the strong url reference to the source map
|
||||
* data and allow the cache to be reclaimed eagerly, without depending on an
|
||||
* undeterministic callback of a finalization registry.
|
||||
* indeterministic callback of a finalization registry.
|
||||
*/
|
||||
class SourceMapCacheMap {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user