diff --git a/src/utils/lazy.ts b/src/utils/lazy.ts index 179b7d982..cdd63015b 100644 --- a/src/utils/lazy.ts +++ b/src/utils/lazy.ts @@ -70,7 +70,7 @@ const handler: ProxyHandler = { /** * Wraps the result of factory in a Proxy you can consume as if it wasn't lazy. - * On first property access, the factory is evaluated + * On first property access, the factory is evaluated. * @param factory Factory returning the result * @param attempts How many times to try to evaluate the factory before giving up * @returns Result of factory function diff --git a/src/utils/proxyInner.ts b/src/utils/proxyInner.ts index e8bb60ff3..a6b36d816 100644 --- a/src/utils/proxyInner.ts +++ b/src/utils/proxyInner.ts @@ -1,6 +1,6 @@ /* * Vencord, a Discord client mod - * Copyright (c) 2024 Vendicated and contributors + * Copyright (c) 2024 Vendicated, Nuckyz and contributors * SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/webpack/webpack.tsx b/src/webpack/webpack.tsx index d79e1e0e4..01d628172 100644 --- a/src/webpack/webpack.tsx +++ b/src/webpack/webpack.tsx @@ -1,6 +1,6 @@ /* * Vencord, a Discord client mod - * Copyright (c) 2024 Vendicated and contributors + * Copyright (c) 2024 Vendicated, Nuckyz and contributors * SPDX-License-Identifier: GPL-3.0-or-later */