Skip to content

Commit 90b98d2

Browse files
committed
Fix build
1 parent 4f5f304 commit 90b98d2

File tree

3 files changed

+37
-36
lines changed

3 files changed

+37
-36
lines changed

examples/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const s string = "constant"
1414
func main() {
1515
fmt.Println(s)
1616

17-
// A `const` statement can also appear inside a
17+
// A `const` statement can also appear inside a
1818
// function body.
1919
const n = 500000000
2020

examples/constants/constants.hash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
9f776516953ae57a76544444c72802d3fad63da3
2-
Vw-pXSfo9_b
1+
96fb6ba58e0860f9f6ed3f26db2f1cbdd9a0dbd6
2+
LfvIxHlpomp

public/constants

Lines changed: 34 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)