Skip to content

Commit 6b8a370

Browse files
authored
DOCS : Added a missing double quote
1 parent ef6671e commit 6b8a370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Into this:
2828
android:layout_width="match_parent"
2929
android:layout_height="wrap_content"
3030
android:text="this textview looks nice"
31-
app:csEndDrawable="@drawable/my_icon
31+
app:csEndDrawable="@drawable/my_icon"
3232
app:csEndDrawableHeight="30dp"
3333
app:csEndDrawableWidth="30dp"/>
3434
```

0 commit comments

Comments
 (0)