1
0
Fork 0

Merge pull request #6019 from BenJamesBen/path-combine-typo

fix(markdown): Typo in Path.combine() doc
This commit is contained in:
Joost De Cock 2024-02-12 17:44:02 +01:00 committed by GitHub
commit 8f7fffb81e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
title: Path.combine()
---
The `Path.combines()` method combines this path with one or more other paths
The `Path.combine()` method combines this path with one or more other paths
into a single Path instance.
Any gaps in the path (caused by move operations) will be left as-is, rather