We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cbb2cb + 7c6609e commit a74751cCopy full SHA for a74751c
Sources/System/FilePath/FilePathSyntax.swift
@@ -340,8 +340,8 @@ extension FilePath {
340
/// Returns `nil` if `lastComponent` is `nil`
341
///
342
/// * `/tmp/foo.txt => foo`
343
- /// * `/Appliations/Foo.app/ => Foo`
344
- /// * `/Appliations/Foo.app/bar.txt => bar`
+ /// * `/Applications/Foo.app/ => Foo`
+ /// * `/Applications/Foo.app/bar.txt => bar`
345
/// * `/tmp/.hidden => .hidden`
346
/// * `/tmp/.. => ..`
347
/// * `/ => nil`
0 commit comments