Skip to content

Commit

Permalink
Update reference to Raizlabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zev Eisenberg committed Jul 10, 2019
1 parent 7772f01 commit 02dc4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UIKit/TextAlignmentConstraint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public class TextAlignmentConstraint: NSLayoutConstraint {
case .top:
distanceFromTop = 0
case .firstBaseline, .lastBaseline, .bottom:
fatalError("\(attribute) alignment is not currently supported with \(self). Please check https://github.com/Raizlabs/BonMot/issues/37 for progress on this issue.")
fatalError("\(attribute) alignment is not currently supported with \(self). Please check https://github.com/Rightpoint/BonMot/issues/37 for progress on this issue.")
case .unspecified:
fatalError("Attempt to reason about unspecified constraint attribute")
}
Expand Down

0 comments on commit 02dc4f6

Please sign in to comment.