Skip to content

Commit ecc36c1

Browse files
authored
Fix typeset error.
1 parent 73d7fd1 commit ecc36c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proposals/029-conditional.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ Vertex<hasNormal, hasColor> vertMain<bool hasNormal, bool hasColor>(VertexIn inp
121121
It is also possible to use different types for each optional field. For example, we can define a set of helper types as:
122122

123123
```slang
124-
```
125124
interface IConditional<T>
126125
{
127126
static const bool hasValue;
@@ -200,4 +199,4 @@ the support with `Optional<T>` allows the language to ensure all uses of conditi
200199
of the field.
201200
202201
As of writing, conditional fields that affect the data layout of the type are not known to be supported in any major CPU
203-
programming languages.
202+
programming languages.

0 commit comments

Comments
 (0)