summaryrefslogtreecommitdiffhomepage
path: root/mullvad-api/src
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2024-07-23 11:44:31 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-07-26 09:41:18 +0200
commitf7cf1e7ca44b548f8418f89ec4260bae3d8ba0b5 (patch)
tree6544ee1efc826391e5851f573a0d65d60e3df664 /mullvad-api/src
parent31a2ccac3816d341920e21f5edc08140b1e5c697 (diff)
downloadmullvadvpn-f7cf1e7ca44b548f8418f89ec4260bae3d8ba0b5.tar.xz
mullvadvpn-f7cf1e7ca44b548f8418f89ec4260bae3d8ba0b5.zip
Fix `doc list item missing indentation`
Diffstat (limited to 'mullvad-api/src')
-rw-r--r--mullvad-api/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-api/src/lib.rs b/mullvad-api/src/lib.rs
index 85214a9fc0..833dcf3f67 100644
--- a/mullvad-api/src/lib.rs
+++ b/mullvad-api/src/lib.rs
@@ -140,7 +140,7 @@ pub struct ApiEndpoint {
/// useful primarily for testing purposes.
///
/// * If `force_direct` is `true`, bridges and proxies will not be used to
- /// reach the API.
+ /// reach the API.
/// * If `force_direct` is `false`, bridges and proxies can be used to reach the API.
///
/// # Note