We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf48d71 commit de367b8Copy full SHA for de367b8
lib/libcluster_db.ex
@@ -1,14 +1,14 @@
1
defmodule ClusterDB do
2
@moduledoc """
3
- Documentation for LibclusterDB.
+ Documentation for ClusterDB.
4
"""
5
6
@doc """
7
Hello world.
8
9
## Examples
10
11
- iex> LibclusterDB.hello
+ iex> ClusterDB.hello
12
:world
13
14
test/libcluster_db_test.exs
@@ -1,6 +1,6 @@
-defmodule LibclusterDBTest do
+defmodule ClusterDBTest do
use ExUnit.Case
- doctest LibclusterDB
+ doctest ClusterDB
test "the truth" do
assert 1 + 1 == 2
0 commit comments