From 48d887598492b23d768c95c781440b5c80ee28f1 Mon Sep 17 00:00:00 2001 From: Noval Agung Prayogo Date: Sat, 27 Apr 2024 23:17:11 +0700 Subject: [PATCH] New translations a-fungsi-multiple-return.md (English) --- en/content-en/A-fungsi-multiple-return.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/content-en/A-fungsi-multiple-return.md b/en/content-en/A-fungsi-multiple-return.md index 2ac5893f0..e30d1a649 100644 --- a/en/content-en/A-fungsi-multiple-return.md +++ b/en/content-en/A-fungsi-multiple-return.md @@ -97,7 +97,7 @@ Fungsi `math.Pow()` digunakan untuk operasi pangkat nilai. `math.Pow(2, 3)` bera ---