We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63843d7 commit bda0274Copy full SHA for bda0274
concepts/comments/about.md
@@ -58,7 +58,7 @@ Comments documenting functions begin with the function name and describe what th
58
```go
59
// CelsiusFreezingTemp returns an integer value equal to the temperature at which water freezes in degrees Celsius.
60
func CelsiusFreezingTemp() int {
61
- return 0
+ return 0
62
}
63
```
64
0 commit comments