Skip to content

Commit bda0274

Browse files
committed
Hard tab to spaces
1 parent 63843d7 commit bda0274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/comments/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Comments documenting functions begin with the function name and describe what th
5858
```go
5959
// CelsiusFreezingTemp returns an integer value equal to the temperature at which water freezes in degrees Celsius.
6060
func CelsiusFreezingTemp() int {
61-
return 0
61+
return 0
6262
}
6363
```
6464

0 commit comments

Comments
 (0)