Skip to content

Commit 509f80e

Browse files
authored
Merge pull request #916 from madorb/patch-1
Update 2018-06-14-accessible-scala.md
2 parents fa1c602 + b8dee11 commit 509f80e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2018-06-14-accessible-scala.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def foo[A: Wibble](s: String, b: Wobble[A]): Int = ...
1717
as
1818

1919
```bash
20-
def space foo open square bracket capital s colon space
21-
wibble close square bracket open bracket a colon space
20+
def space foo open square bracket capital a colon space
21+
wibble close square bracket open bracket s colon space
2222
string comma space b colon space wobble open square bracket
2323
capital a close square bracket close bracket colon
2424
space Int space equals space ...

0 commit comments

Comments
 (0)