1
0
Fork 0

fix(markdown): Typo in Path.combine() doc

This commit is contained in:
Benjamin Fan 2024-02-11 09:39:48 -08:00
parent dd4833598b
commit 85c858d824

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