Skip to content

Commit 0cba2c7

Browse files
committed
One more try to fix the code sample indentation
1 parent f959345 commit 0cba2c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ipieces/ipieces.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//
1313
// func main() {
1414
// p := ipieces.Puzzle{
15-
// Final: []ipieces.Digit{
15+
// Final: []ipieces.Digit{
1616
// ipieces.Digit{Value: "3", Status: ipieces.VISIBLE}
1717
// ipieces.Digit{Value: "7", Status: ipieces.VISIBLE}
1818
// ipieces.Digit{Value: "2", Status: ipieces.VISIBLE}
@@ -41,9 +41,9 @@
4141
// }
4242
//
4343
// [Puzzle.Run] creates two handlers:
44-
// - a text endpoint at `/text` which responds with a short plaintext page with the client's IP,
44+
// - a text endpoint at /text which responds with a short plaintext page with the client's IP,
4545
// the computed index into the final coordinates, and the revealed coordinate, and
46-
// - a default endpoint, which serves any path other than `/text`, and responds with an HTML page.
46+
// - a default endpoint, which serves any path other than /text, and responds with an HTML page.
4747
package ipieces
4848

4949
import (

0 commit comments

Comments
 (0)