@@ -583,13 +583,13 @@ or a playground literal.
583583> ` #function ` ,
584584> and ` #line ` .
585585> These are now implemented as macros in the Swift standard library:
586- > [ ` column ` ] ( https://developer.apple.com/documentation/swift/column() ) ,
587- > [ ` dsohandle ` ] ( https://developer.apple.com/documentation/swift/dsohandle() ) ,
588- > [ ` fileID ` ] ( https://developer.apple.com/documentation/swift/fileID() ) ,
589- > [ ` filePath ` ] ( https://developer.apple.com/documentation/swift/filePath() ) ,
590- > [ ` file ` ] ( https://developer.apple.com/documentation/swift/file() ) ,
591- > [ ` function ` ] ( https://developer.apple.com/documentation/swift/function() ) ,
592- > and [ ` line ` ] ( https://developer.apple.com/documentation/swift/line() ) .
586+ > [ ` column() ` ] ( https://developer.apple.com/documentation/swift/column() ) ,
587+ > [ ` dsohandle() ` ] ( https://developer.apple.com/documentation/swift/dsohandle() ) ,
588+ > [ ` fileID() ` ] ( https://developer.apple.com/documentation/swift/fileID() ) ,
589+ > [ ` filePath() ` ] ( https://developer.apple.com/documentation/swift/filePath() ) ,
590+ > [ ` file() ` ] ( https://developer.apple.com/documentation/swift/file() ) ,
591+ > [ ` function() ` ] ( https://developer.apple.com/documentation/swift/function() ) ,
592+ > and [ ` line() ` ] ( https://developer.apple.com/documentation/swift/line() ) .
593593
594594<!--
595595 - test: `pound-file-flavors`
@@ -1518,13 +1518,13 @@ A macro-expansion expression omits the parentheses
15181518if the macro doesn't take any arguments.
15191519
15201520A macro expression can't appear as the default value for a parameter,
1521- except for the [`file`][] and [`line`][] macros from the Swift standard library.
1521+ except for the [`file () `][] and [`line () `][] macros from the Swift standard library.
15221522When used as the default value of a function or method parameter,
15231523These macros' value is determined
15241524when the default value expression is evaluated at the call site.
15251525
1526- [`file`]: http : // developer.apple.com/documentation/swift/documentation/swift/ file
1527- [`line`]: http : // developer.apple.com/documentation/swift/documentation/swift/ line
1526+ [`file () `]: https : // developer.apple.com/documentation/swift/file()
1527+ [`line () `]: https : // developer.apple.com/documentation/swift/line()
15281528
15291529> Grammar of a macro- expansion expression:
15301530>
0 commit comments