Skip to content

Commit

Permalink
doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Harberg authored and hulthe committed Jan 10, 2024
1 parent 998c36f commit 29618a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modem/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub struct Modem<'c, P> {
automatic_registration: bool,
user_network_priority: Vec<RadioAccessTechnology, 3>,
current_network_priority: Vec<RadioAccessTechnology, 3>,
// Time given to each RAT before trying the next
/// Time given to each RAT before trying the next
auto_reg_timeout: Duration,
}

Expand Down

0 comments on commit 29618a1

Please sign in to comment.