From b0a493b6521e16253fcd1624efdd719fe1f907dc Mon Sep 17 00:00:00 2001 From: MadhukaHarith Date: Thu, 10 Aug 2023 12:30:51 +0530 Subject: [PATCH] Update doc comment --- ballerina/soap.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/soap.bal b/ballerina/soap.bal index 07043b5..ef32a61 100644 --- a/ballerina/soap.bal +++ b/ballerina/soap.bal @@ -17,7 +17,7 @@ import ballerina/http; import ballerina/mime; -# Soap version. +# Defines the supported SOAP versions. public enum SoapVersion { SOAP11, SOAP12