changed library name

This commit is contained in:
adityamayukhsom
2024-04-03 12:35:19 +05:30
parent 850ddc7220
commit ad56099bbc

View File

@ -291,7 +291,7 @@ enum CodegenLanguage {
javaHttpClient("Java (HttpClient)", "java", "java"),
juliaHttp("Julia (HTTP)", "julia", "jl"),
phpGuzzle("PHP (guzzle)", "php", "php"),
phpCurl("PHP (curl)", "php", "php");
phpCurl("PHP (cURL)", "php", "php");
const CodegenLanguage(this.label, this.codeHighlightLang, this.ext);
final String label;