Unverified Commit e1cc7410 authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

lib.modules.importApply: Fix doc typo; `_key` → `key` (#405274)

parents 2d7d4011 1fb14463
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1881,7 +1881,7 @@ let

    This function does not add support for deduplication and `disabledModules`,
    although that could be achieved by wrapping the returned module and setting
    the `_key` module attribute.
    the `key` module attribute.
    The reason for this omission is that the file path is not guaranteed to be
    a unique identifier for the module, as two instances of the module may
    reference different `arg`s in their closures.