diff --git a/Sources/TermKitBackend/Scene/MenuBar.swift b/Sources/TermKitBackend/Scene/MenuBar.swift index 997e43b..a2c55fd 100644 --- a/Sources/TermKitBackend/Scene/MenuBar.swift +++ b/Sources/TermKitBackend/Scene/MenuBar.swift @@ -51,6 +51,7 @@ public struct MenuBar: TermKitSceneElement { /// Update the stored content. /// - Parameters: /// - storage: The storage to update. + /// - app: The app storage. /// - updateProperties: Whether to update the view's properties. public func update( _ storage: SceneStorage, diff --git a/Sources/TermKitBackend/Scene/Window.swift b/Sources/TermKitBackend/Scene/Window.swift index 2100821..4c54264 100644 --- a/Sources/TermKitBackend/Scene/Window.swift +++ b/Sources/TermKitBackend/Scene/Window.swift @@ -52,6 +52,7 @@ public struct Window: TermKitSceneElement { /// Update the stored content. /// - Parameters: /// - storage: The storage to update. + /// - app: The app storage. /// - updateProperties: Whether to update the view's properties. public func update( _ storage: SceneStorage,