Skip to content

Commit 369db66

Browse files
committed
View: replace unnecessary unicode to be more consistent (NFC)
Correct an incorrect quote character that was inserted in a comment to match the rest of the project.
1 parent 9cca82d commit 369db66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftWin32/Views and Controls/View.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ public class View: Responder {
556556
}
557557
}
558558

559-
/// The bounds rectangle, which describes the views location and size in its
559+
/// The bounds rectangle, which describes the view's location and size in its
560560
/// own coordinate system.
561561
public var bounds: Rect {
562562
didSet {

0 commit comments

Comments
 (0)