Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 615c2ac

Browse files
committed
chore: fix typo in comment
1 parent ace399c commit 615c2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LocalFilesystemHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static function normalizePath(string $path): string
3838
*
3939
* Example:
4040
* ```php
41-
* LocalFilesystem::filepermsToOctatValue(0100644);
41+
* LocalFilesystem::filepermsToOctalValue(0100644);
4242
* ```
4343
*
4444
* @param int $fileperms numeric mode permissions

0 commit comments

Comments
 (0)