Skip to content

Commit

Permalink
Update context.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragKumar9 authored Nov 29, 2024
1 parent f2a234a commit e86f942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl Context {
///
/// # Panics
///
/// Panics if report period is negative, infinite, or NaN.
/// Panics if plan period is negative, infinite, or NaN.
pub fn add_periodic_plan_with_phase(
&mut self,
period: f64,
Expand Down

0 comments on commit e86f942

Please sign in to comment.