From 0994d0361194a317171802ec16ab4a2844c0d198 Mon Sep 17 00:00:00 2001 From: FraSanga <108059916+FraSanga@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:14:59 +0100 Subject: [PATCH 1/2] added :erlang comment --- analyzer-comments/elixir/captains-log/use_erlang.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 analyzer-comments/elixir/captains-log/use_erlang.md diff --git a/analyzer-comments/elixir/captains-log/use_erlang.md b/analyzer-comments/elixir/captains-log/use_erlang.md new file mode 100644 index 000000000..647eae0d1 --- /dev/null +++ b/analyzer-comments/elixir/captains-log/use_erlang.md @@ -0,0 +1,3 @@ +# Use `:erlang` + +One purpose of this exercise is to teach how to use Erlang libraries. Format the date using the `:erlang` module. \ No newline at end of file From 1998e53f7f6dd9b2970c8513c0cdd882f88fb67e Mon Sep 17 00:00:00 2001 From: FraSanga <108059916+FraSanga@users.noreply.github.com> Date: Sat, 28 Feb 2026 10:52:21 +0100 Subject: [PATCH 2/2] removed io_lib comment --- analyzer-comments/elixir/captains-log/use_erlang.md | 4 ++-- analyzer-comments/elixir/captains-log/use_io_lib.md | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 analyzer-comments/elixir/captains-log/use_io_lib.md diff --git a/analyzer-comments/elixir/captains-log/use_erlang.md b/analyzer-comments/elixir/captains-log/use_erlang.md index 647eae0d1..2277292c6 100644 --- a/analyzer-comments/elixir/captains-log/use_erlang.md +++ b/analyzer-comments/elixir/captains-log/use_erlang.md @@ -1,3 +1,3 @@ -# Use `:erlang` +# Use an Erlang function -One purpose of this exercise is to teach how to use Erlang libraries. Format the date using the `:erlang` module. \ No newline at end of file +One purpose of this exercise is to teach how to use Erlang libraries. Format the date using them. \ No newline at end of file diff --git a/analyzer-comments/elixir/captains-log/use_io_lib.md b/analyzer-comments/elixir/captains-log/use_io_lib.md deleted file mode 100644 index 7074fdc94..000000000 --- a/analyzer-comments/elixir/captains-log/use_io_lib.md +++ /dev/null @@ -1,3 +0,0 @@ -# Use `:io_lib` - -One purpose of this exercise is to teach how to use Erlang libraries. Format the date using the `:io_lib` module from Erlang. \ No newline at end of file