Skip to content

Commit 1baffcd

Browse files
committed
Minor typos.
1 parent 00f0bfb commit 1baffcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Available scopes:
248248
- `equals($geometryColumn, $geometry)`
249249
- `intersects($geometryColumn, $geometry)`
250250
- `overlaps($geometryColumn, $geometry)`
251-
- `touches($geometryColumn, $geometry)`
251+
- `doesTouch($geometryColumn, $geometry)`
252252

253253
*Note that behavior and availability of MySQL spatial analysis functions differs in each MySQL version (cf. [documentation](https://dev.mysql.com/doc/refman/5.7/en/spatial-function-reference.html)).*
254254

src/Eloquent/SpatialTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @method static equals($geometryColumn, $geometry)
2323
* @method static intersects($geometryColumn, $geometry)
2424
* @method static overlaps($geometryColumn, $geometry)
25-
* @method static touches($geometryColumn, $geometry)
25+
* @method static doesTouch($geometryColumn, $geometry)
2626
*/
2727
trait SpatialTrait
2828
{

0 commit comments

Comments
 (0)