diff --git a/NotAutoLayout/NotAutoLayout/Layout/ViewPinGuide.swift b/NotAutoLayout/NotAutoLayout/Layout/ViewPinGuide.swift index 76ce00b..c347ad2 100644 --- a/NotAutoLayout/NotAutoLayout/Layout/ViewPinGuide.swift +++ b/NotAutoLayout/NotAutoLayout/Layout/ViewPinGuide.swift @@ -162,7 +162,7 @@ extension ViewPinGuides.Point.Guide: PointPinGuideRepresentable { } public func pointAt(x coordinateX: Float, y coordinateY: Float) -> Point { - return self.rect.pointGeometryAt(x: coordinateX, y: coordinateX) + return self.rect.pointGeometryAt(x: coordinateX, y: coordinateY) } public var topLeading: Point { diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index fc75809..8cf7162 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -3,11 +3,11 @@ * [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/el-hoshino/NotAutoLayout/develop/CONTRIBUTING.md) * [ ] I have searched for a similar pull request in the [project](https://github.com/el-hoshino/NotAutoLayout/pulls) and found none -* [ ] I have updated this branch with the latest develop to avoid conflicts (via merge from develop or rebase) +* [ ] I have updated this branch with the target version branch to avoid conflicts (via merge from version or rebase) * [ ] I have added the required tests to prove the fix/feature I am adding * [ ] I have run the tests and they pass -This merge request fixes / reffers to the following issues: ... +This pull request fixes / reffers to the following issues: ... ### Pull Request Description