Skip to content

Commit 5fb01df

Browse files
authored
Merge pull request #2 from PromanSEW/patch-1
Fix README markup of code samples
2 parents ce77f4d + c5b16a5 commit 5fb01df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Features:
1111
if (index != Spinner.INVALID_POSITION) {
1212
action(actions[index]);
1313
}
14-
});
14+
});
1515
```
1616

1717

@@ -35,7 +35,7 @@ Features:
3535

3636
- [switch for "string"](app/src/main/java/com/annimon/java8streamexample/MainActivity.java#L85)
3737

38-
```java
38+
```java
3939
switch (action) {
4040
case "filter 1":
4141
// Filter one word

0 commit comments

Comments
 (0)