@@ -225,7 +225,7 @@ def operatorComment(operator, fixedWidth):
225
225
/// // y == -35 (after overflow)
226
226
///
227
227
/// For more about arithmetic with overflow operators, see [Overflow
228
- /// Operators][overflow] in * [The Swift Programming Language][tspl]* .
228
+ /// Operators][overflow] in [The Swift Programming Language][tspl].
229
229
///
230
230
/// [overflow]: https://docs.swift.org/swift-book/LanguageGuide/AdvancedOperators.html#ID37
231
231
/// [tspl]: https://docs.swift.org/swift-book/
@@ -250,7 +250,7 @@ def operatorComment(operator, fixedWidth):
250
250
/// // y == 245 (after overflow)
251
251
///
252
252
/// For more about arithmetic with overflow operators, see [Overflow
253
- /// Operators][overflow] in * [The Swift Programming Language][tspl]* .
253
+ /// Operators][overflow] in [The Swift Programming Language][tspl].
254
254
///
255
255
/// [overflow]: https://docs.swift.org/swift-book/LanguageGuide/AdvancedOperators.html#ID37
256
256
/// [tspl]: https://docs.swift.org/swift-book/
@@ -275,7 +275,7 @@ def operatorComment(operator, fixedWidth):
275
275
/// // y == -12 (after overflow)
276
276
///
277
277
/// For more about arithmetic with overflow operators, see [Overflow
278
- /// Operators][overflow] in * [The Swift Programming Language][tspl]* .
278
+ /// Operators][overflow] in [The Swift Programming Language][tspl].
279
279
///
280
280
/// [overflow]: https://docs.swift.org/swift-book/LanguageGuide/AdvancedOperators.html#ID37
281
281
/// [tspl]: https://docs.swift.org/swift-book/
@@ -617,7 +617,7 @@ def assignmentOperatorComment(operator, fixedWidth):
617
617
/// // y == -35 (after overflow)
618
618
///
619
619
/// For more about arithmetic with overflow operators, see [Overflow
620
- /// Operators][overflow] in * [The Swift Programming Language][tspl]* .
620
+ /// Operators][overflow] in [The Swift Programming Language][tspl].
621
621
///
622
622
/// [overflow]: https://docs.swift.org/swift-book/LanguageGuide/AdvancedOperators.html#ID37
623
623
/// [tspl]: https://docs.swift.org/swift-book/
@@ -644,7 +644,7 @@ def assignmentOperatorComment(operator, fixedWidth):
644
644
/// // y == 245 (after overflow)
645
645
///
646
646
/// For more about arithmetic with overflow operators, see [Overflow
647
- /// Operators][overflow] in * [The Swift Programming Language][tspl]* .
647
+ /// Operators][overflow] in [The Swift Programming Language][tspl].
648
648
///
649
649
/// [overflow]: https://docs.swift.org/swift-book/LanguageGuide/AdvancedOperators.html#ID37
650
650
/// [tspl]: https://docs.swift.org/swift-book/
@@ -671,7 +671,7 @@ def assignmentOperatorComment(operator, fixedWidth):
671
671
/// // y == -12 (after overflow)
672
672
///
673
673
/// For more about arithmetic with overflow operators, see [Overflow
674
- /// Operators][overflow] in * [The Swift Programming Language][tspl]* .
674
+ /// Operators][overflow] in [The Swift Programming Language][tspl].
675
675
///
676
676
/// [overflow]: https://docs.swift.org/swift-book/LanguageGuide/AdvancedOperators.html#ID37
677
677
/// [tspl]: https://docs.swift.org/swift-book/
0 commit comments