Skip to content

Commit 5ff0e1e

Browse files
committed
Docs: update
1 parent 64420eb commit 5ff0e1e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Assets/JCSUnity/Scripts/Util/JCS_Path.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace JCSUnity
1313
{
1414
/// <summary>
15-
/// Wrapper for .NET module `Path`.
15+
/// The utility module for handling path issues.
1616
/// </summary>
1717
public static class JCS_Path
1818
{
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# JCS_Path
22

3-
Wrapper for .NET module `Path`.
3+
The utility module for handling path issues.
44

5-
| Name | Description |
6-
|:------------|:----------------------------------------------------------|
7-
| PathCombine | Safe way to combine multiple path to one path with slash. |
5+
| Name | Description |
6+
|:----------|:----------------------------------------------------------|
7+
| Normalize | Return the normalized path. |
8+
| Combine | Safe way to combine multiple path to one path with slash. |
9+
| ToAsset | Convert a path to asset compatible path. |

0 commit comments

Comments
 (0)