diff options
| author | Akeda Bagus <akeda@x-team.com> | 2013-08-17 06:11:29 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:08:14 +0700 |
| commit | 8c91655c55ba33d4afa5393200573e402db57f89 (patch) | |
| tree | f211f87b8ef335ded94a3a32acbbd98f41081afa | |
| parent | 2bf82070c397a994c62dff00045443d18b37d807 (diff) | |
| download | golang-id-tour-8c91655c55ba33d4afa5393200573e402db57f89.tar.xz | |
Translate comment in if-and-else.go
| -rw-r--r-- | content/flowcontrol/if-and-else.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/flowcontrol/if-and-else.go b/content/flowcontrol/if-and-else.go index 32f92a9..f627c40 100644 --- a/content/flowcontrol/if-and-else.go +++ b/content/flowcontrol/if-and-else.go @@ -13,7 +13,7 @@ func pow(x, n, lim float64) float64 { } else { fmt.Printf("%g >= %g\n", v, lim) } - // can't use v here, though + // v tidak dapat digunakan disini return lim } |
