diff --git a/ctru-rs/src/services/uds.rs b/ctru-rs/src/services/uds.rs index 98fd630..35c4f50 100644 --- a/ctru-rs/src/services/uds.rs +++ b/ctru-rs/src/services/uds.rs @@ -1225,7 +1225,7 @@ impl Uds { /// Returns the [`NodeInfo`] struct for the specified network node. /// /// # Errors - /// + /// /// This function will return an error if [`NodeID::None`] or [`NodeID::Broadcast`] is passed. /// /// # Example