Skip to content

Commit 54d4d18

Browse files
committed
style(macos): fix orphaned doc comment; regenerate docs map
1 parent 3f9ca09 commit 54d4d18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/macos/Sources/OpenClaw/ChatTranscriptCacheSupport.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ enum MacChatTranscriptCache {
7171
/// Offline transcript cache scoped to the currently configured gateway.
7272
/// Nil when the app is unconfigured or the remote target cannot be
7373
/// resolved, so foreign rows can never leak into another gateway's scope.
74-
// Concrete return: the same SQLite store also backs the offline command
75-
// outbox, and callers wire both protocol facets from one instance.
74+
/// Concrete return type: the same SQLite store also backs the offline
75+
/// command outbox, and callers wire both protocol facets from one instance.
7676
static func make() -> OpenClawChatSQLiteTranscriptCache? {
7777
let root = OpenClawConfigFile.loadDict()
7878
let mode = ConnectionModeResolver.resolve(root: root).mode

0 commit comments

Comments
 (0)