Skip to content

Commit ca982a9

Browse files
authored
Fixed highlighting (#45)
1 parent d710e26 commit ca982a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/types/objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class Donut
110110
public string Name { get; set; }
111111
public DonutType Type { get; set; }
112112

113-
/highlight-next-line
113+
// highlight-next-line
114114
[GraphSkip]
115115
public decimal Price { get; set; }
116116
}
@@ -322,4 +322,4 @@ type Donut implements IPastry {
322322
name: String
323323
flavor: DonutFlavor
324324
}
325-
```
325+
```

0 commit comments

Comments
 (0)