From 91dd191cc4e705f111d41e102358f13e94e9c69b Mon Sep 17 00:00:00 2001 From: Dylan Jones Date: Thu, 8 Jun 2023 11:22:46 +0100 Subject: [PATCH] Fix formatting --- docs/types/objects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```