Skip to content

Commit 4244721

Browse files
committed
WIP
1 parent 6fb482e commit 4244721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ViewTypes/ToggleWithButtonStyle.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
///
1212
/// ### macOS 10.15 - 15
1313
///
14-
/// Note: toggles with button style on macOS 26+ and later no longer use `NSButton` under the hood, so introspection
15-
/// is not possible.
14+
/// Note: On macOS 26 and later, toggles with button style are no longer backed by `NSButton`, so introspection is
15+
/// not possible.
1616
///
1717
/// ```swift
1818
/// struct ContentView: View {

0 commit comments

Comments
 (0)