Skip to content

Commit e3d8448

Browse files
authored
Merge pull request #3902 from hfossli/patch-2
GenericsManifesto.md – fixed a formatting problem
2 parents 39675b1 + 88c875e commit e3d8448

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/GenericsManifesto.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ extension Collection {
111111
`let` constants could be allowed to have generic parameters, such that they produce differently-typed values depending on how they are used. For example, this is particularly useful for named literal values, e.g.,
112112

113113
```Swift
114-
let π<T : ExpressibleByFloatLiteral>: T = 3.141592653589793238462643383279502884197169399```
114+
let π<T : ExpressibleByFloatLiteral>: T = 3.141592653589793238462643383279502884197169399
115+
```
115116

116117
The Clang importer could make particularly good use of this when importing macros.
117118

0 commit comments

Comments
 (0)