Skip to content

Commit 56cc68e

Browse files
committed
fix: update JSDoc comments for renamed types and constants
1 parent dbb1774 commit 56cc68e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/core/Engine/messengers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ import { getComplianceServiceMessenger } from './compliance/compliance-service-m
155155
import { getComplianceControllerMessenger } from './compliance/compliance-controller-messenger';
156156

157157
/**
158-
* The messengers for the controllers that have been.
158+
* The messenger factories for the messenger clients that have been modularized.
159159
*/
160160
export const MESSENGER_FACTORIES = {
161161
AccountsController: {

app/core/Engine/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,8 +985,8 @@ type MessengerClientPersistedState = Partial<{
985985
export type MessengerClientMessengersByName = typeof MESSENGER_FACTORIES;
986986

987987
/**
988-
* Request to initialize and return a controller instance.
989-
* Includes standard data and methods not coupled to any specific controller.
988+
* Request to initialize and return a messenger client instance.
989+
* Includes standard data and methods not coupled to any specific messenger client.
990990
*/
991991
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
992992
export type MessengerClientInitRequest<

0 commit comments

Comments
 (0)