Skip to content

Commit 26eacc3

Browse files
committed
diff syntax highlighting in readme example
1 parent 0d093a5 commit 26eacc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ aliases][4]. See issue [#13][5].
2929

3030
Given the enum
3131

32-
```
32+
```diff
3333
package token
3434

3535
type Token int
@@ -38,8 +38,8 @@ const (
3838
Add Token = iota
3939
Subtract
4040
Multiply
41-
Quotient
42-
Remainder
41+
+ Quotient
42+
+ Remainder
4343
)
4444
```
4545

0 commit comments

Comments
 (0)