Skip to content

Commit 92e6ad8

Browse files
okutanekdavisk6
authored andcommitted
Fix ContentService example (#888)
1 parent daed0f0 commit 92e6ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ See [Headers](#headers) for examples.
144144
> ```java
145145
> public interface ContentService {
146146
> @RequestLine("GET /api/documents/{contentType}")
147-
> @Headers("Accept {contentType}")
147+
> @Headers("Accept: {contentType}")
148148
> String getDocumentByType(@Param("contentType") String type);
149149
> }
150150
>```

0 commit comments

Comments
 (0)