docs(alarmas): fix helper name typo in vacation delete comment

This commit is contained in:
2026-08-01 12:08:14 +02:00
parent 597701f497
commit f4f9e87970
+1 -1
View File
@@ -933,7 +933,7 @@ class _EditorVacacionesSheetState extends State<_EditorVacacionesSheet> {
}
/// Fix `vacaciones-delete`: mirrors `_guardar`'s pop-on-success shape,
/// but confirms first (via the same `_confirmarEliminarRange` dialog the
/// but confirms first (via the same `_confirmarEliminarRango` dialog the
/// swipe gesture uses) and calls `eliminarRangoVacaciones` instead of
/// saving. Only reachable when [widget.rango] is non-null (the delete
/// button itself is hidden otherwise).