From f0200c859c470698af497e9cebf76e1eb424af22 Mon Sep 17 00:00:00 2001 From: danrega <16720986+danrega@users.noreply.github.com> Date: Fri, 17 Mar 2023 16:24:39 +0100 Subject: [PATCH] Update content --- src/zcl_demo_abap_cds_ve.clas.abap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zcl_demo_abap_cds_ve.clas.abap b/src/zcl_demo_abap_cds_ve.clas.abap index b5182d5..b24baa0 100644 --- a/src/zcl_demo_abap_cds_ve.clas.abap +++ b/src/zcl_demo_abap_cds_ve.clas.abap @@ -242,11 +242,11 @@ CLASS zcl_demo_abap_cds_ve IMPLEMENTATION. ELSEIF cds_joins = sql_right_outer_join. - output->display( `In the example CDS view entity, you have the right outer join example is commented in.` ). + output->display( `In the example CDS view entity, the right outer join example is commented in.` ). ELSEIF cds_joins = sql_cross_join. - output->display( `In the example CDS view entity, you have the cross join example is commented in.` ). + output->display( `In the example CDS view entity, the cross join example is commented in.` ). ELSE.