From f4f9e87970eef6be253ae4d33fd566073c3f197d Mon Sep 17 00:00:00 2001 From: freetlab Date: Sat, 1 Aug 2026 12:08:14 +0200 Subject: [PATCH] docs(alarmas): fix helper name typo in vacation delete comment --- lib/pantallas/pantalla_vacaciones.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pantallas/pantalla_vacaciones.dart b/lib/pantallas/pantalla_vacaciones.dart index 79328ad..b347b33 100644 --- a/lib/pantallas/pantalla_vacaciones.dart +++ b/lib/pantallas/pantalla_vacaciones.dart @@ -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).