Skip to content

Commit

Permalink
Update comment for mixed provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jorchiu committed Nov 14, 2023
1 parent 0d147e3 commit ef6d3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/mixed/provider/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ async fn publish(subscription_map: Arc<Mutex<SubscriptionMap>>, entity_id: &str,
///
/// # Arguments
/// * `subscription_map` - Subscription map.
/// * `vehicle` - Vehicle.
/// * `vehicle` - A vehicle struct that emulates the dynamic changes of in-vehicle signals.
async fn start_vehicle_simulator(
subscription_map: Arc<Mutex<SubscriptionMap>>,
vehicle: Arc<Mutex<Vehicle>>,
Expand Down

0 comments on commit ef6d3eb

Please sign in to comment.