We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7793644 commit f31f4d7Copy full SHA for f31f4d7
1 file changed
src/builtins/core/duration/normalized.rs
@@ -405,9 +405,7 @@ struct NudgeWindow {
405
}
406
407
impl InternalDurationRecord {
408
- /// `compute_nudge_window` in `temporal_rs` refers to step 1-12 of `NudgeToCalendarUnit`.
409
- ///
410
- /// For A.O. `ComputeNudgeWinodw`, see `compute_nudge_window_with_shift`
+ /// `compute_and_adjust_nudge_window` in `temporal_rs` refers to step 1-12 of `NudgeToCalendarUnit`.
411
fn compute_and_adjust_nudge_window(
412
&self,
413
sign: Sign,
0 commit comments