Skip to content

Commit

Permalink
Merge pull request #128 from apple/maxd/fix-comment-typo
Browse files Browse the repository at this point in the history
FilePathSyntax.swift: fix doc comment typo
  • Loading branch information
glessard committed Jun 10, 2023
2 parents 1cbb2cb + 7c6609e commit a74751c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/System/FilePath/FilePathSyntax.swift
Expand Up @@ -340,8 +340,8 @@ extension FilePath {
/// Returns `nil` if `lastComponent` is `nil`
///
/// * `/tmp/foo.txt => foo`
/// * `/Appliations/Foo.app/ => Foo`
/// * `/Appliations/Foo.app/bar.txt => bar`
/// * `/Applications/Foo.app/ => Foo`
/// * `/Applications/Foo.app/bar.txt => bar`
/// * `/tmp/.hidden => .hidden`
/// * `/tmp/.. => ..`
/// * `/ => nil`
Expand Down

0 comments on commit a74751c

Please sign in to comment.