Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Oct 22, 2023
1 parent 8d148b6 commit 61d2729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/SpatialLib/align/AlignType/AlignType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Foundation
* Alternatively, you can use a no-type enum and print the case name directly.
*/
public enum AlignType: String {
case left // Aligns to the left
case left // Aligns to the left
case right // Aligns to the right
case top // Aligns to the top
case bottom // Aligns to the bottom
Expand Down
2 changes: 1 addition & 1 deletion Sources/SpatialLib/view/View+Type.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import UIKit
#elseif os(macOS)
import Cocoa
#endif
// fix: add param doc etc
// Fix: add param doc etc
// Single
// A tuple of `NSLayoutConstraint` objects representing the x and y anchor constraints applied to a view
public typealias AnchorConstraint = (x: NSLayoutConstraint, y: NSLayoutConstraint)
Expand Down

0 comments on commit 61d2729

Please sign in to comment.