Skip to content

Commit

Permalink
Update retrieve-content.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouvel authored Nov 13, 2024
1 parent 10877cb commit 6d1ad76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/tutorials/2.5/retrieve-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ new ClientResource("https://restlet.org").get().write(System.out);
Note that the example above uses a simplified way to issue calls via the
ClientResource class. If you need multi-threading or more control it is
still possible to manipulate use the Client connector class or the
Request objects directly. The example below how to set some preferences
Request objects directly. The example below explains how to set some preferences
in your client call, like a referrer URI. It could also be the languages
and media types you prefer to receive as a response:

Expand Down

0 comments on commit 6d1ad76

Please sign in to comment.