summaryrefslogtreecommitdiffhomepage
path: root/mullvad-api/src
diff options
context:
space:
mode:
Diffstat (limited to 'mullvad-api/src')
-rw-r--r--mullvad-api/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mullvad-api/src/lib.rs b/mullvad-api/src/lib.rs
index 833dcf3f67..87b6e3d656 100644
--- a/mullvad-api/src/lib.rs
+++ b/mullvad-api/src/lib.rs
@@ -139,8 +139,7 @@ pub struct ApiEndpoint {
/// Whether bridges/proxies can be used to access the API or not. This is
/// useful primarily for testing purposes.
///
- /// * If `force_direct` is `true`, bridges and proxies will not be used to
- /// reach the API.
+ /// * If `force_direct` is `true`, bridges and proxies will not be used to reach the API.
/// * If `force_direct` is `false`, bridges and proxies can be used to reach the API.
///
/// # Note