Skip to content

Commit d2c4e45

Browse files
committed
Fix spacing and indentation.
1 parent 78847af commit d2c4e45

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Sources/System/FilePath/FilePathSyntax.swift

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ extension FilePath {
442442
// @available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
443443
extension FilePath {
444444
/// If `prefix` is a prefix of `self`, removes it and returns `true`.
445-
/// Otherwise returns `false`.
445+
/// Otherwise returns `false`.
446446
///
447447
/// Example:
448448
///
@@ -503,10 +503,11 @@ extension FilePath {
503503
/// A leading separator is spurious if `self` is non-empty.
504504
///
505505
/// Example:
506-
/// var path: FilePath = ""
507-
/// path.append("/var/www/website") // "/var/www/website"
508-
/// path.append("static/assets") // "/var/www/website/static/assets"
509-
/// path.append("/main.css") // "/var/www/website/static/assets/main.css"
506+
///
507+
/// var path: FilePath = ""
508+
/// path.append("/var/www/website") // "/var/www/website"
509+
/// path.append("static/assets") // "/var/www/website/static/assets"
510+
/// path.append("/main.css") // "/var/www/website/static/assets/main.css"
510511
///
511512
// TODO(Windows docs): example with roots, should we rephrase this "spurious
512513
// roots"?

0 commit comments

Comments
 (0)