Skip to content

Commit d999060

Browse files
fix: update MenuDocumentacao call to Menu in Options function
1 parent ce30dd8 commit d999060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/menu/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func Options(args []string) {
9797
exercicios_ninja_nivel_10.MenuExerciciosNinjaNivel10(args),
9898
tratamento_de_erro.MenuTratamentoDeErro(args),
9999
exercicios_ninja_nivel_11.MenuExerciciosNinjaNivel11(args),
100-
documentacao.MenuDocumentacao(args),
100+
documentacao.Menu(args),
101101
exercicios_ninja_nivel_12.MenuExerciciosNinjaNivel12(args),
102102
teste_benchmarking.MenuTesteEBenchmarking(args),
103103
)

0 commit comments

Comments
 (0)