Skip to content

Commit a74751c

Browse files
authored
Merge pull request #128 from apple/maxd/fix-comment-typo
FilePathSyntax.swift: fix doc comment typo
2 parents 1cbb2cb + 7c6609e commit a74751c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/System/FilePath/FilePathSyntax.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ extension FilePath {
340340
/// Returns `nil` if `lastComponent` is `nil`
341341
///
342342
/// * `/tmp/foo.txt => foo`
343-
/// * `/Appliations/Foo.app/ => Foo`
344-
/// * `/Appliations/Foo.app/bar.txt => bar`
343+
/// * `/Applications/Foo.app/ => Foo`
344+
/// * `/Applications/Foo.app/bar.txt => bar`
345345
/// * `/tmp/.hidden => .hidden`
346346
/// * `/tmp/.. => ..`
347347
/// * `/ => nil`

0 commit comments

Comments
 (0)