From de476dbb4c114a312b88928e40c7deecf963b2a2 Mon Sep 17 00:00:00 2001 From: Heshan Padmasiri Date: Fri, 18 Oct 2024 13:31:06 +0530 Subject: [PATCH] Fix error-subtyping --- examples/error-subtyping/error_subtyping.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/error-subtyping/error_subtyping.md b/examples/error-subtyping/error_subtyping.md index 6cd53ee3a6..631044c4c5 100644 --- a/examples/error-subtyping/error_subtyping.md +++ b/examples/error-subtyping/error_subtyping.md @@ -6,8 +6,6 @@ If more explicit control over error type relations is desired you can use `disti Note that you can create subtypes of distinct error types by intersecting them with other error types. -```ballerina - ::: code error_subtyping.bal ::: ::: out error_subtyping.out :::