diff --git a/docs/types/objects.md b/docs/types/objects.md index 69269f5..b593ad3 100644 --- a/docs/types/objects.md +++ b/docs/types/objects.md @@ -110,7 +110,7 @@ public class Donut public string Name { get; set; } public DonutType Type { get; set; } - /highlight-next-line + // highlight-next-line [GraphSkip] public decimal Price { get; set; } } @@ -322,4 +322,4 @@ type Donut implements IPastry { name: String flavor: DonutFlavor } -``` \ No newline at end of file +```