diff --git a/examples/error-subtyping/error_subtyping.md b/examples/error-subtyping/error_subtyping.md index a6c040dd78..603898476f 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 :::