From a22005c868887f948569abbe6792565c16f01080 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Fri, 19 Jan 2024 14:32:55 +0000 Subject: [PATCH] added some comments --- lib/paxos.ex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/paxos.ex b/lib/paxos.ex index 2ff0d17..8164ad6 100644 --- a/lib/paxos.ex +++ b/lib/paxos.ex @@ -1,4 +1,8 @@ defmodule Utils do + @moduledoc """ + This module contains some helpful functions are used throughout + """ + @min_print_level 3